chore: init

This commit is contained in:
2025-08-31 11:05:44 +07:00
parent b4450dd647
commit abbe4110a3
10 changed files with 3364 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.jsonc' },
},
},
},
});