mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 02:38:30 +08:00
8 lines
158 B
Bash
8 lines
158 B
Bash
# port
|
|
VITE_DEV_PORT = '8080'
|
|
|
|
# development path
|
|
VITE_DEV_PATH = 'https://demo.mtruning.club'
|
|
|
|
# production path
|
|
VITE_PRO_PATH = 'https://demo.mtruning.club' |