🎉 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

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2