Commit 3e8b2fae authored by Grant's avatar Grant
Browse files

fix merge

parent 2dbcc967
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
        },
      },