init hono app.

This commit is contained in:
2025-09-05 20:33:17 +08:00
parent a2f8476609
commit e931e5ae58
6 changed files with 65 additions and 2 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"denoland.vscode-deno"
]
}

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"deno.enablePaths": [
"./"
],
"editor.inlayHints.enabled": "off"
}