# port
VITE_DEV_PORT = '9090'
# development path
VITE_DEV_PATH = 'http://192.168.1.100'
# production path
VITE_PRO_PATH = 'http://192.168.1.100'