chore(designer): 增加环境变量配置
This commit is contained in:
7
apps/renderer/.env.production
Normal file
7
apps/renderer/.env.production
Normal file
@@ -0,0 +1,7 @@
|
||||
# 只在生产模式中被载入
|
||||
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/'
|
||||
Reference in New Issue
Block a user