feat: migrate from Elysia Eden to Contract-First API (OpenAPI)

This commit is contained in:
bipproduction
2026-02-07 18:12:52 +08:00
parent 6abd32650d
commit f0c317837f
10 changed files with 1855 additions and 36 deletions

View File

@@ -18,6 +18,7 @@ This project is makuro-base-template, a high-performance, full-stack React devel
* **Install dependencies**: `bun install`
* **Start development server**: `bun run dev` (Runs Elysia + Vite Middleware)
* **Update Route Tree**: `bun x tsr generate` (usually automatic via Vite plugin)
* **Generate API Types**: `bun run gen:api` (Generates types from OpenAPI schema)
* **Database Migration**: `bun x prisma migrate dev`
### Production