Initial commit (by create-cloudflare CLI)

Details:
  C3 = create-cloudflare@2.52.3
  project name = twitch-cloud-ebs
  package manager = npm@10.9.2
  wrangler = wrangler@4.42.1
  git = 2.47.3
This commit is contained in:
2025-10-20 01:05:41 -07:00
parent a01835b818
commit 7dd84c77a4
19 changed files with 12396 additions and 2078 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": ["@cloudflare/vitest-pool-workers"]
},
"include": ["./**/*.ts", "../worker-configuration.d.ts"],
"exclude": []
}