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