mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 02:38:30 +08:00
15 lines
202 B
Bash
15 lines
202 B
Bash
# port
|
|
VITE_DEV_PORT = '8001'
|
|
|
|
# development path
|
|
VITE_DEV_PATH = '/'
|
|
|
|
# production path
|
|
VITE_PRO_PATH = '/'
|
|
|
|
# spa-title
|
|
VITE_GLOB_APP_TITLE = GoView
|
|
|
|
# spa shortname
|
|
VITE_GLOB_APP_SHORT_NAME = GoView
|