chore: switch production container and docs to bun runtime

This commit is contained in:
Codex
2026-02-18 13:18:02 +00:00
parent e3f9a3574e
commit 0e9e804935
4 changed files with 15 additions and 9 deletions

View File

@@ -360,9 +360,10 @@ This repository now contains a deployable production-style app (single container
- `GET /health`
### Local commands
1. `npm test`
2. `npm run start`
3. `npm run dev`
1. `bun test`
2. `bun run lint`
3. `bun run start`
4. `bun run dev`
### Environment variables
Use `.env.example` as the source of truth.