NODE_ENV 去掉 test
This commit is contained in:
parent
615b2a7bbc
commit
891774cd95
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
readonly NODE_ENV: 'development' | 'production' | 'test' | 'staging';
|
||||
readonly NODE_ENV: 'development' | 'production' | 'staging';
|
||||
readonly PUBLIC_URL: string;
|
||||
readonly OAK_PLATFORM: 'web' | 'wechatMp' | 'server' | 'native';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue