mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-23 07:40:18 +00:00
9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
# 线上环境
|
|
ENV = 'production'
|
|
|
|
# base路径
|
|
VITE_BASE_PATH = '/'
|
|
|
|
# 导出路径
|
|
VITE_OUT_DIR = '../dist/'
|