5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
window.APP_CONFIG = {
|
|
VITE_API_URL: "http://localhost:3001",
|
|
VITE_WS_URL: "ws://localhost:3003"
|
|
};
|