2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00
Files
panel/web/.env.production
2025-08-22 05:59:57 +08:00

11 lines
183 B
Plaintext

VITE_APP_TITLE = 'AcePanel'
# 资源公共路径,需要以 /开头和结尾
VITE_PUBLIC_PATH = '/'
# 是否hash路由模式
VITE_USE_HASH = false
# base api
VITE_BASE_API = '/api'