No description
Next.js only emits .next/standalone, not an empty public/ dir when the source has none -- the Dockerfile's COPY --from=build /app/public failed outright since the path never existed. |
||
|---|---|---|
| public | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
ceo-web
Frontend Next.js pentru CEO-OS.
Stack
Next.js (App Router) + TypeScript, Tailwind CSS, TanStack Query, React Hook Form + Zod, Supabase JS, date-fns, Recharts.
Dezvoltare
npm install
cp .env.example .env
npm run dev
GET /api/health returneaza statusul serviciului.