sync current state

This commit is contained in:
2026-03-01 11:44:23 +01:00
parent e7c5d0c218
commit 217dc4ba5e
66 changed files with 3179 additions and 3885 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"strict": true,
"skipLibCheck": true,
"types": ["bun-types"],
"lib": ["ESNext"]
},
"include": ["server/**/*"]
}