Deploy to VPS / deploy (push) Failing after 34s
- Update root README.md: remove Leptos/WASM/SQLite, document Next.js - Update frontend README.md: replace create-next-app boilerplate - Update frontend AGENTS.md: project-specific overview - Update CLAUDE.md: remove all auth references - Update backend ARCHITECTURE.md: remove adminAuth from middleware list - Switch git remote from gitlab to gitea (origin → gitea)
520 B
520 B
Bete Frontend — Project Overview
Next.js 16 (App Router), React 19, TypeScript strict, Tailwind v4, shadcn/ui, base-ui.
Key points:
- All pages are
"use client"— the dashboard is fully client-rendered - API client at
src/lib/api/— fetch-based, covers all 30+ backend endpoints - WebSocket at
src/lib/ws/— auto-reconnecting client with typed event subscriptions - Static export:
output: "export"in next.config.ts, served via nginx - No authentication: all endpoints are public