/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-runtime/src/options.ts
6 строк
114 B
chenjiajian
refactor(runtime): 使用 inversify 重构运行时
24 май 2021, 17:20
24 май 2021, 17:20
04b8a04
Код
Авторство
О чём код?
import type { Options } from './interface' export const options: Options = { prerender: true, debug: false }