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-11-02 21:33:20 +08:00
|
|
|
VITE_DEV_PATH = 'https://demo.mtruning.club'
|
2021-12-14 15:53:30 +08:00
|
|
|
|
|
|
|
# production path
|
2022-11-02 21:33:20 +08:00
|
|
|
VITE_PRO_PATH = 'https://demo.mtruning.club'
|