We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76ecb8b + 0accb30 commit c64cc48Copy full SHA for c64cc48
1 file changed
frontend/vite.config.ts
@@ -15,5 +15,11 @@ export default defineConfig({
15
host: "0.0.0.0",
16
strictPort: true,
17
port: 3000,
18
+ proxy: {
19
+ '/api': {
20
+ target: 'http://backend:8000',
21
+ changeOrigin: true,
22
+ },
23
24
},
25
});
0 commit comments