- tsconfig: noImplicitAny:true + jsx:react-jsx + target:ES2018 + skipLibCheck - 新增 eslint.config.mjs (flat config v9, no-explicit-any:error) - 新增 .prettierrc + lint/format/typecheck 脚本 - prod: pure_funcs 添加 console.warn 防泄漏 - config: 生产环境强制清空 DEV_USER/DEV_PASS - .env.production: 清空硬编码 tenant_id - @types/node + @noble/ciphers 依赖
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
TARO_APP_API_URL=https://api.hms.example.com/api/v1
|
|
TARO_APP_DEFAULT_TENANT_ID=
|
|
TARO_APP_ENCRYPTION_KEY=
|