|
|
il y a 3 semaines | |
|---|---|---|
| .. | ||
| drizzle | il y a 1 mois | |
| scripts | il y a 1 mois | |
| src | il y a 3 semaines | |
| Dockerfile | il y a 1 mois | |
| README.md | il y a 3 mois | |
| bunfig.toml | il y a 2 mois | |
| drizzle.config.ts | il y a 2 mois | |
| package.json | il y a 1 mois | |
| tsconfig.json | il y a 1 mois | |
Hono on Bun. The control plane for briven: accounts, projects, billing, auth, CLI sessions, env vars, audit logs. Customer data queries never hit this service.
# from the repo root
pnpm install
pnpm --filter @briven/api dev
requires bun 1.1+. the dev script uses bun --hot for live reload.
| path | description |
|---|---|
GET / |
liveness + service identity |
GET /health |
process alive |
GET /ready |
dependencies reachable (stubs until phase 1) |
phase 1 adds auth, projects, deployments, api-keys — see docs/BUILD_PLAN.md §Phase 1.
see src/env.ts for the full schema. all vars carry the BRIVEN_ prefix per CLAUDE.md §4.