mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 13:42:27 +08:00
12 lines
175 B
Bash
12 lines
175 B
Bash
# port
|
|
VITE_PORT = 8001
|
|
|
|
# spa-title
|
|
VITE_GLOB_APP_TITLE = AdminPro
|
|
|
|
# spa shortname
|
|
VITE_GLOB_APP_SHORT_NAME = AdminPro
|
|
|
|
# 生产环境 开启mock
|
|
VITE_GLOB_PROD_MOCK = true
|