Initial commit (by create-cloudflare CLI)

Details:
  C3 = create-cloudflare@2.21.6
  project name = cloudflare-polly-proxy
  package manager = npm@8.19.2
  wrangler = wrangler@3.60.1
  git = 2.41.0
This commit is contained in:
josephsmendoza
2024-06-11 05:13:01 -07:00
commit 64fd79c5a3
9 changed files with 5463 additions and 0 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.toml' },
},
},
},
});