Fixed issues with vite config dev server reloads
This commit is contained in:
parent
8f2b4ea452
commit
a0d233437d
|
|
@ -76,6 +76,7 @@ export default defineConfig({
|
||||||
hmr: {
|
hmr: {
|
||||||
protocol: "wss",
|
protocol: "wss",
|
||||||
clientPort: 443,
|
clientPort: 443,
|
||||||
|
path: "/__vite_hmr",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user