$ bun install
bun install v1.1.3 (59bc8b30)
+ drizzle-orm@0.30.8
+ postgres@3.4.3
+ ioredis@5.3.2
3 packages installed [892ms]
Β
$ bun run src/index.ts
π Server running on http://localhost:3000
π Environment: development
Β
GET /health 200 OK β 0.9ms
GET /users?page=1&limit=20 200 OK β 4.2ms
POST /auth/login 200 OK β 12.1ms
GET /users/usr-042 404 Not Found β 1.8ms