🎉 setup project with hono

This commit is contained in:
Rose 2024-04-23 19:52:10 -04:00
parent ead9d18b3d
commit 114c9f93d4
No known key found for this signature in database
11 changed files with 3332 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"biome.enabled": true,
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
}
}