Update frontend/vite.config.ts
CI / basic-check (push) Has been cancelled

This commit is contained in:
2026-08-04 20:50:52 +00:00
parent fa6561de58
commit 15b18d3421
+4
View File
@@ -7,6 +7,10 @@ export default defineConfig({
host: '0.0.0.0',
port: 5173,
proxy: {
'/auth': {
target: 'http://127.0.0.1:8000',
changeOrigin: true,
},
'/inventory': {
target: 'http://127.0.0.1:8000',
changeOrigin: true,