Merge pull request #107 from coder-xiaomo/patch-2

fix: 修复 .env.production 文件中,NODE_ENV 变量值配置错误问题
This commit is contained in:
菲鸽 2025-05-19 16:42:42 +08:00 committed by GitHub
commit 16e49551ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
env/.env.production vendored
View File

@ -1,5 +1,5 @@
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV = 'development'
NODE_ENV = 'production'
# 是否去除console 和 debugger
VITE_DELETE_CONSOLE = true
# 是否开启sourcemap