Files
sc-lktx-mp/mp-sc-frontend/env/.env.production
huangjin fe3ad20fe2 'init'
2026-06-29 17:34:59 +08:00

10 lines
284 B
Plaintext

# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV = 'production'
# 是否去除console 和 debugger
VITE_DELETE_CONSOLE = true
# 是否开启sourcemap
VITE_SHOW_SOURCEMAP = false
# production mode 后台请求地址
# VITE_SERVER_BASEURL = 'https://prod.xxx.com'