diff --git a/vite.config.ts b/vite.config.ts index 7027942..6f329fc 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -13,8 +13,9 @@ export default defineConfig(({ mode }) => { } return { server: { - host: "0.0.0.0", // Listen on all interfaces - allowedHosts: "all", // Allow all hosts for Tailscale and external access + host: "0.0.0.0", + port: 5173, + allowedHosts: "all", }, plugins: [ tsconfigPaths(),