8 lines
148 B
Bash
8 lines
148 B
Bash
# port
|
|
VITE_DEV_PORT = '8080'
|
|
|
|
# development path
|
|
VITE_DEV_PATH = 'https://ops.apinb.com'
|
|
|
|
# production path
|
|
VITE_PRO_PATH = 'https://ops.apinb.com' |