low-code/apps/renderer/.env.production
2025-03-03 17:07:36 +08:00

8 lines
221 B
Plaintext

# 只在生产模式中被载入
ENV = 'production'
# 公共基础路径, 详见: https://cn.vitejs.dev/guide/build.html#public-base-path
VITE_BASE_URL = /
VITE_BASE_API_URL = 'https://custom-chart-api.shiyuegame.com/'