Using Cloudflare Workers

This commit is contained in:
nexryai
2026-01-07 15:05:46 +00:00
committed by GitHub
parent 98e8a1f10e
commit 4e9349a8c8
13 changed files with 14172 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": ["@cloudflare/vitest-pool-workers"]
},
"include": ["./**/*.ts", "../worker-configuration.d.ts"],
"exclude": []
}