managarten/.claude
Till JS 6e75718cfa feat(arcade): migrate backend from NestJS to Hono/Bun
Replace @arcade/backend (NestJS) with @arcade/server (Hono/Bun).
Same two endpoints, no auth required (public game generator):
- POST /api/games/generate — AI game generation (Gemini, Claude, GPT)
- POST /api/games/submit  — Community game submission via GitHub PR
- GET  /health            — Health check

This removes the last remaining NestJS backend from the monorepo.
NestJS is now completely gone — all servers use Hono + Bun.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 17:02:14 +02:00
..
guidelines feat(arcade): migrate backend from NestJS to Hono/Bun 2026-03-31 17:02:14 +02:00
plans feat(infra): add load testing + finalize CI/CD for Go and Hono services 2026-03-28 18:22:33 +01:00
GUIDELINES.md chore: remove all NestJS backend references, replace with Hono/Bun 2026-03-31 16:52:25 +02:00