feat: Sync to OSS repo

This commit is contained in:
Wanjohi
2026-08-06 22:13:37 +03:00
parent b743dab332
commit 46d2a56180
468 changed files with 899 additions and 79273 deletions

View File

@@ -1 +1,11 @@
{}
{
// Transpilation config for Bun when run from the repo root. The only JSX
// in this repo is hono/jsx (packages/auth); without this, Bun's default
// `react/jsx-dev-runtime` lookup fails when tests run from the root.
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"types": []
},
"include": []
}