Files
weihai_erp/.env.development
T
xiaojibeier dd59b3aab5 Track .env files in git for personal deployment sync.
Allow VITE_AMAP_KEY and related config to follow the repo; only .env.local remains ignored.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 17:18:31 +08:00

5 lines
141 B
Bash

# 开发环境配置
NODE_ENV=development
VITE_APP_ENV=development
# 高德 Key 见根目录 .env(与生产 build 共用,避免漏打)