mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-02 18:28:41 +08:00
12 lines
170 B
Bash
12 lines
170 B
Bash
|
# port
|
||
|
VITE_PORT = 8001
|
||
|
|
||
|
# spa-title
|
||
|
VITE_GLOB_APP_TITLE = HotGo
|
||
|
|
||
|
# spa shortname
|
||
|
VITE_GLOB_APP_SHORT_NAME = HotGo
|
||
|
|
||
|
# 生产环境 开启mock
|
||
|
VITE_GLOB_PROD_MOCK = false
|