chore: Updated server dev command
be2b11a4
1 file(s) · +1 −1
| 5 | 5 | "types": "dist/index.d.ts", |
|
| 6 | 6 | "scripts": { |
|
| 7 | 7 | "build": "tsc", |
|
| 8 | - | "dev": "bun run --hot src/index.ts" |
|
| 8 | + | "dev": "bun --watch run src/index.ts" |
|
| 9 | 9 | }, |
|
| 10 | 10 | "dependencies": { |
|
| 11 | 11 | "hono": "^4.7.7", |