diff --git a/vite.config.ts b/vite.config.ts index 2a9d670..c49ddfb 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -35,11 +35,6 @@ export default defineConfig({ watch: { ignored: ["**/libs/**", "**/target/**"], }, - hmr: { - host: "localhost", - port: 5080, - protocol: "ws", - }, proxy: { "/api": { target: "http://localhost:8080",