scaffold project

This commit is contained in:
Abel Luck 2026-02-26 10:16:34 +01:00
parent 3fbfa40360
commit aa13287f67
18 changed files with 14239 additions and 2 deletions

View file

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