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

This commit is contained in:
Claude
2026-05-01 07:53:56 +02:00
parent 16820c5c14
commit e67574f1c6
8 changed files with 45 additions and 6 deletions
Binary file not shown.
+5 -1
View File
@@ -47,4 +47,8 @@ export default defineConfig({
'/uploads': { target: 'http://localhost:3001', changeOrigin: true }
}
},
build:
build: {
outDir: 'dist',
sourcemap: false
}
})