Loading packages/client/vite.config.js +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ export default defineConfig(({ mode }) => { "/admin": "http://localhost:5174", "/api": "http://localhost:3000", "/socket.io": { target: "ws://" + BACKEND_HOST, target: "ws://localhost:3000", ws: true, }, }, Loading Loading
packages/client/vite.config.js +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ export default defineConfig(({ mode }) => { "/admin": "http://localhost:5174", "/api": "http://localhost:3000", "/socket.io": { target: "ws://" + BACKEND_HOST, target: "ws://localhost:3000", ws: true, }, }, Loading