chore: remove deprecated hmr config from vite.config.ts

This commit is contained in:
ZhenYi 2026-05-18 20:54:48 +08:00
parent b01a7390ee
commit f4967925a7

View File

@ -35,11 +35,6 @@ export default defineConfig({
watch: { watch: {
ignored: ["**/libs/**", "**/target/**"], ignored: ["**/libs/**", "**/target/**"],
}, },
hmr: {
host: "localhost",
port: 5080,
protocol: "ws",
},
proxy: { proxy: {
"/api": { "/api": {
target: "http://localhost:8080", target: "http://localhost:8080",