2021-12-10 14:11:49 +08:00
|
|
|
# port
|
2022-05-20 16:12:27 +08:00
|
|
|
VITE_DEV_PORT = '8080'
|
2021-12-14 15:53:30 +08:00
|
|
|
|
|
|
|
# development path
|
2022-05-29 16:04:07 +08:00
|
|
|
VITE_DEV_PATH = 'http://127.0.0.1:8080'
|
2021-12-14 15:53:30 +08:00
|
|
|
|
|
|
|
# production path
|
2022-05-29 16:04:07 +08:00
|
|
|
VITE_PRO_PATH = 'http://127.0.0.1:8080'
|