little fix

This commit is contained in:
Julian Freeman
2025-12-01 13:05:01 -04:00
parent 9ace5221fc
commit 2a8c121af7
2 changed files with 6 additions and 3 deletions

View File

@@ -9,6 +9,9 @@
"peerDependencies": {
"typescript": "^5"
},
"scripts": {
"dev": "bun --watch index.ts"
},
"dependencies": {
"hono": "^4.10.7"
}