forked from opentiny/tiny-engine
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
# alpha mode, used by the "build:alpha" script
|
|
|
|
NODE_ENV=production
|
|
VITE_CDN_DOMAIN=https://unpkg.com
|
|
VITE_LOCAL_IMPORT_MAPS=false
|
|
VITE_LOCAL_BUNDLE_DEPS=false
|
|
# VITE_ORIGIN=
|
|
|
|
# 错误监控上报 url
|
|
VITE_ERROR_MONITOR_URL=/platform-center/api/platform/monitoring/event
|
|
# 是否开启错误监控
|
|
VITE_ERROR_MONITOR=false
|