init: 初始化

This commit is contained in:
ethan.chen
2025-06-13 13:56:26 +08:00
commit c60fde3321
11 changed files with 399 additions and 0 deletions

12
deno.json Normal file
View File

@@ -0,0 +1,12 @@
{
"imports": {
"hono": "jsr:@hono/hono@^4.7.11"
},
"tasks": {
"start": "deno run --allow-net --allow-read --allow-write --watch main.ts"
},
"compilerOptions": {
"jsx": "precompile",
"jsxImportSource": "hono/jsx"
}
}