Files

8 lines
156 B
Bash
Raw Permalink Normal View History

2025-12-20 17:39:32 +08:00
# port
VITE_DEV_PORT = '8080'
# development path
2026-01-11 20:50:01 +08:00
VITE_DEV_PATH = 'https://ops-api.apinb.com'
2025-12-20 17:39:32 +08:00
# production path
2026-01-11 20:50:01 +08:00
VITE_PRO_PATH = 'https://ops-api.apinb.com'