8 lines
176 B
Bash
8 lines
176 B
Bash
# port
|
|
VITE_DEV_PORT = '9100'
|
|
|
|
# development path
|
|
VITE_DEV_PATH = 'http://localhost:9100/api/dataview/'
|
|
|
|
# production path
|
|
VITE_PRO_PATH = 'http://localhost:9100/api/dataview/' |