scaffold project
This commit is contained in:
parent
3fbfa40360
commit
aa13287f67
18 changed files with 14239 additions and 2 deletions
11
nix-cache/vitest.config.mts
Normal file
11
nix-cache/vitest.config.mts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config';
|
||||
|
||||
export default defineWorkersConfig({
|
||||
test: {
|
||||
poolOptions: {
|
||||
workers: {
|
||||
wrangler: { configPath: './wrangler.jsonc' },
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue