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: {
|
||||
protocol: "wss",
|
||||
clientPort: 443,
|
||||
path: "/__vite_hmr",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user