fix: nginx proxy URI, SW cache, sw.js no-cache

This commit is contained in:
Claude
2026-05-01 07:53:54 +02:00
parent 50758fe232
commit 6af62b401c
2 changed files with 19 additions and 2 deletions
+4 -1
View File
@@ -46,4 +46,7 @@ export default defineConfig({
server: {
port: 5173,
proxy: {
'/api': { target: 'http://localhost
'/api': { target: 'http://localhost:3001', changeOrigin: true },
},
},
});