feat: Initialize Hono bundle template for edge workers

This commit is contained in:
2026-08-26 13:05:08 +03:30
commit d001298e80
6 changed files with 71 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"strict": true,
"types": ["bun"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}