diff --git a/vite.config.ts b/vite.config.ts index 7d00bd1..a6ad27a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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, + }, }, });