chore: 规范化常量配置

This commit is contained in:
wangxuefeng
2025-03-05 18:30:41 +08:00
parent 261dd5bb67
commit eecc2b1893
13 changed files with 34 additions and 13 deletions

View File

@@ -0,0 +1,2 @@
// @ts-ignore
export const currentEnv = __APP_ENV__;

View File

@@ -0,0 +1 @@
export * from './env';