chore: switch production container and docs to bun runtime
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user