update vite config

This commit is contained in:
Georges-Antoine Assi
2024-08-05 11:18:55 -04:00
parent 45aeaf3265
commit 805a688366

View File

@@ -70,7 +70,6 @@ export default defineConfig(({ mode }) => {
target: `http://127.0.0.1:${backendPort}`,
changeOrigin: false,
secure: false,
rewrite: (path) => path.replace(/^\/api/, ""),
},
"/ws": {
target: `http://127.0.0.1:${backendPort}`,