diff --git a/charactergarden/frontend/vite.config.ts b/charactergarden/frontend/vite.config.ts index d5bde72..5e1bd73 100644 --- a/charactergarden/frontend/vite.config.ts +++ b/charactergarden/frontend/vite.config.ts @@ -4,6 +4,7 @@ import react from "@vitejs/plugin-react"; export default defineConfig({ plugins: [react()], server: { + allowedHosts: "all", host: "0.0.0.0", port: 5173, proxy: {