mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-29 18:28:28 +08:00
15 lines
196 B
Bash
15 lines
196 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
|