|
|
3 hafta önce | |
|---|---|---|
| .. | ||
| drizzle | 1 ay önce | |
| scripts | 1 ay önce | |
| src | 3 hafta önce | |
| Dockerfile | 1 ay önce | |
| README.md | 3 ay önce | |
| bunfig.toml | 2 ay önce | |
| drizzle.config.ts | 2 ay önce | |
| package.json | 1 ay önce | |
| tsconfig.json | 1 ay önce | |
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.