7 Star 34 Fork 3

umijs / umi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
modules.d.ts 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
信鑫-King 提交于 2020-10-08 17:24 . fix: ssr dev hot fresh bug (#5508)
declare namespace NodeJS {
export interface ProcessEnv {
UMI_ENV: string;
UMI_VERSION: string;
NODE_ENV: 'production' | 'development' | 'test';
HTTPS: string;
HOST: string;
PORT: string;
APP_ROOT: string;
CLEAR_OUTPUT: null | 'none';
RM_TMPDIR: null | 'none';
ERROR_CODE_MAP_PATH: string;
SPEED_MEASURE: null | 'CONSOLE';
BABEL_CACHE: null | 'none';
COMPRESS: null | 'none';
WATCH: null | 'none';
WATCH_IGNORED: null | string;
SYSTEM_BELL: null | 'none';
ANALYZE: string;
ANALYZE_SSR: string;
ANALYZE_MODE: string;
ANALYZE_OPEN: string;
ANALYZE_DUMP: string;
ANALYZE_LOG_LEVEL: string;
}
}
JavaScript
1
https://gitee.com/umijs/umi.git
git@gitee.com:umijs/umi.git
umijs
umi
umi
master

搜索帮助