Files
2026-01-17 22:24:56 -06:00

5 lines
103 B
JavaScript

window.APP_CONFIG = {
VITE_API_URL: "http://localhost:3001",
VITE_WS_URL: "ws://localhost:3003"
};