chore: 规范化常量配置
This commit is contained in:
2
apps/designer/src/constants/env.ts
Normal file
2
apps/designer/src/constants/env.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// @ts-ignore
|
||||
export const currentEnv = __APP_ENV__;
|
||||
1
apps/designer/src/constants/index.ts
Normal file
1
apps/designer/src/constants/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './env';
|
||||
Reference in New Issue
Block a user