chore: remove deprecated hmr config from vite.config.ts
This commit is contained in:
parent
b01a7390ee
commit
f4967925a7
@ -35,11 +35,6 @@ export default defineConfig({
|
||||
watch: {
|
||||
ignored: ["**/libs/**", "**/target/**"],
|
||||
},
|
||||
hmr: {
|
||||
host: "localhost",
|
||||
port: 5080,
|
||||
protocol: "ws",
|
||||
},
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "http://localhost:8080",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user