perf(web): make mileage exports cancellable

This commit is contained in:
lingniu
2026-07-16 01:43:57 +08:00
parent 639564b96d
commit c834a0406c
8 changed files with 246 additions and 15 deletions

View File

@@ -5,6 +5,9 @@ const apiProxyTarget = process.env.VITE_API_PROXY_TARGET || 'http://115.29.187.2
export default defineConfig({
plugins: [react()],
worker: {
format: 'es'
},
server: {
proxy: {
'/api': apiProxyTarget,