mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-29 17:28:12 +08:00
8 lines
151 B
Bash
8 lines
151 B
Bash
# port
|
|
VITE_DEV_PORT = '8080'
|
|
|
|
# development path
|
|
VITE_DEV_PATH = 'http://localhost:5005'
|
|
|
|
# production path
|
|
VITE_PRO_PATH = 'http://8.134.12.200:5005' |