Commit 2dbcc967 authored by Grant's avatar Grant
Browse files

Merge branch 'doc-readme' of ssh://sc07.dev:2424/sc07/canvas into doc-readme

parents 44628b98 dae48116
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://localhost:3000",
          target: "ws://" + BACKEND_HOST,
          ws: true,
        },
      },