This commit is contained in:
root
2025-09-24 12:18:06 +00:00
parent 97611f8ef4
commit 80d5e47ac8
4 changed files with 20 additions and 181 deletions
+2 -7
View File
@@ -8,15 +8,10 @@ export default defineConfig({
port: 5173,
proxy: {
"/api": {
target: "http://127.0.0.1:4000", // dein Backend
target: "http://localhost:4001", // dein Backend
changeOrigin: true,
},
},
allowedHosts: [
"10.10.10.23", // dein Dev-Rechner
"stackpulse.d-razz.de", // der Host, den du brauchst
"localhost",
],
allowedHosts: "all",
},
});