fix: update allowedHosts configuration in vite.config.ts to 'beepc'

This commit is contained in:
2026-04-27 00:57:52 -04:00
parent 3112b6e9fe
commit b4a2968399

View File

@@ -4,7 +4,7 @@ import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
server: {
allowedHosts: "all",
allowedHosts: "beepc",
host: "0.0.0.0",
port: 5173,
proxy: {