2021-12-10 14:11:49 +08:00
|
|
|
# port
|
2022-02-28 11:00:33 +08:00
|
|
|
VITE_DEV_PORT = '8001'
|
2021-12-14 15:53:30 +08:00
|
|
|
|
|
|
|
# development path
|
|
|
|
VITE_DEV_PATH = /
|
|
|
|
|
|
|
|
# production path
|
|
|
|
VITE_PRO_PATH = /
|
2021-12-10 14:11:49 +08:00
|
|
|
|
|
|
|
# spa-title
|
|
|
|
VITE_GLOB_APP_TITLE = GoView
|
|
|
|
|
|
|
|
# spa shortname
|
|
|
|
VITE_GLOB_APP_SHORT_NAME = GoView
|