新增:打包编译功能
This commit is contained in:
11
web/.env.local_prod
Normal file
11
web/.env.local_prod
Normal file
@@ -0,0 +1,11 @@
|
||||
# 线上环境
|
||||
ENV = 'local_prod'
|
||||
|
||||
# 线上环境接口地址
|
||||
VITE_API_URL = '/'
|
||||
|
||||
# 是否启用按钮权限
|
||||
VITE_PM_ENABLED = true
|
||||
VITE_PUBLIC_PATH = /web/
|
||||
# dist目录
|
||||
VITE_DIST_PATH =../backend/templates/web/
|
||||
Reference in New Issue
Block a user