Add Better Auth worker route

This commit is contained in:
2026-05-09 03:35:00 -04:00
parent 928bb3cfb0
commit 0178940e0f
13 changed files with 556 additions and 4 deletions
+2 -2
View File
@@ -4,12 +4,12 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2022"],
"types": ["@cloudflare/workers-types"],
"types": ["@cloudflare/workers-types", "node"],
"strict": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": false,
"skipLibCheck": true,
"verbatimModuleSyntax": true,
"rootDir": "."
},