arreglar localhost

This commit is contained in:
2026-01-17 22:24:56 -06:00
parent 64327ef5df
commit 153bdf2819
7 changed files with 43 additions and 13 deletions

4
manager/public/config.js Normal file
View File

@@ -0,0 +1,4 @@
window.APP_CONFIG = {
VITE_API_URL: "http://localhost:3001",
VITE_WS_URL: "ws://localhost:3003"
};