Initial commit (by create-cloudflare CLI)

Details:
  C3 = create-cloudflare@2.21.9
  project name = cloudflare-pages-builds-worker
  package manager = npm@10.8.1
  wrangler = wrangler@3.62.0
  git = 2.45.2
This commit is contained in:
J-onasJones 2024-06-29 17:46:56 +02:00
parent 50b6f09628
commit 0a0ff81e1b
9 changed files with 3637 additions and 0 deletions

11
vitest.config.js Normal file
View file

@ -0,0 +1,11 @@
import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config';
export default defineWorkersConfig({
test: {
poolOptions: {
workers: {
wrangler: { configPath: './wrangler.toml' },
},
},
},
});