fix: add allowedHosts configuration in vite.config.ts

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 00:54:55 -04:00
parent d38c799b27
commit 3112b6e9fe

View File

@@ -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: {