Update Readme
This commit is contained in:
@@ -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",
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user