hono base

This commit is contained in:
2026-02-05 23:18:25 +00:00
commit 65a157e1cb
6 changed files with 67 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "my-app",
"scripts": {
"dev": "bun run --hot src/index.ts"
},
"dependencies": {
"hono": "^4.11.7"
},
"devDependencies": {
"@types/bun": "latest"
}
}