mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-02 03:38:27 +08:00
8 lines
158 B
Bash
8 lines
158 B
Bash
# port
|
|
VITE_DEV_PORT = '8080'
|
|
|
|
# development path
|
|
VITE_DEV_PATH = 'http://124.70.187.180:8080'
|
|
|
|
# production path
|
|
VITE_PRO_PATH = 'http://124.70.187.180:8080' |