Fixed issue with dev server realoading

This commit is contained in:
Taylor AI 2025-12-07 18:30:58 +05:00
parent d0dfe8d192
commit 7fc28d4018

View File

@ -63,6 +63,11 @@ export default defineConfig({
],
server: {
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,
},
},
});