feat: repell some pests

This commit is contained in:
taskylizard 2025-06-21 18:37:05 +00:00
parent baa126c4ae
commit 6435e11ccd
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
14 changed files with 8065 additions and 0 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' },
},
},
},
});