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: {
|
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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user