chore: 添加开发环境配置文件并清理manifest配置中的注释
添加.env.development文件用于配置开发环境变量 移除manifest.config.ts中的调试日志注释
This commit is contained in:
9
env/.env.development
vendored
Normal file
9
env/.env.development
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
||||
NODE_ENV = 'development'
|
||||
# 是否去除console 和 debugger
|
||||
VITE_DELETE_CONSOLE = false
|
||||
# 是否开启sourcemap
|
||||
VITE_SHOW_SOURCEMAP = false
|
||||
|
||||
# 后台请求地址
|
||||
VITE_SERVER_BASEURL = 'https://dev.xxx.com'
|
||||
Reference in New Issue
Block a user