8 lines
156 B
Bash
8 lines
156 B
Bash
# port
|
|
VITE_DEV_PORT = '8080'
|
|
|
|
# development path
|
|
VITE_DEV_PATH = 'http://1.117.240.165:8080'
|
|
|
|
# production path
|
|
VITE_PRO_PATH = 'http://1.117.240.165:8080' |