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
+11
View File
@@ -0,0 +1,11 @@
import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config';
export default defineWorkersConfig({
test: {
poolOptions: {
workers: {
wrangler: { configPath: './wrangler.jsonc' },
},
},
},
});