声明项目目录名 SUB_DIR_NAME: string;
This commit is contained in:
parent
41b3482fb3
commit
4d79a1cdce
|
|
@ -10,6 +10,7 @@ declare namespace NodeJS {
|
|||
readonly OAK_PLATFORM: 'web' | 'wechatMp' | 'server' | 'native';
|
||||
readonly HOST_NAME: string;
|
||||
readonly OAK_DEV_MODE: 'frontend' | 'server'; // frontend:纯前台模式、server:前后台模式
|
||||
readonly SUB_DIR_NAME: string; // 项目目录名
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue