Update Readme

This commit is contained in:
root
2025-09-23 13:33:56 +00:00
parent 282ac2d028
commit 90d359c14a
23 changed files with 936 additions and 191 deletions
+6 -1
View File
@@ -8,10 +8,15 @@ export default defineConfig({
port: 5173,
proxy: {
"/api": {
target: "http://localhost:4000", // dein Backend
target: "http://127.0.0.1:3300", // dein Backend
changeOrigin: true,
},
},
allowedHosts: [
"10.10.10.23", // dein Dev-Rechner
"stackpulse.d-razz.de", // der Host, den du brauchst
"localhost",
],
},
});