fix: remove deprecated compress option for Vite 8 compat

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-11 16:09:46 +08:00
parent c4df531cef
commit c58767cc7c
-1
View File
@@ -29,7 +29,6 @@ export default defineConfig({
}, },
}, },
server: { server: {
compress: false,
proxy: { proxy: {
'/api': createProxyConfig(), '/api': createProxyConfig(),
'/v1': createProxyConfig(), '/v1': createProxyConfig(),