Fixed issue with dev server realoading
This commit is contained in:
parent
d0dfe8d192
commit
7fc28d4018
|
|
@ -63,6 +63,11 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
server: {
|
server: {
|
||||||
allowedHosts: [".develop.taylordb.ai", "localhost", "127.0.0.1"],
|
allowedHosts: [".develop.taylordb.ai", "localhost", "127.0.0.1"],
|
||||||
host: "0.0.0.0", // Listen on all network interfaces
|
host: true,
|
||||||
|
port: 5173,
|
||||||
|
hmr: {
|
||||||
|
protocol: "wss",
|
||||||
|
clientPort: 443,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user