This repository has been archived on 2024-09-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
sst-lyric-mixer/vitest.config.ts
CDN18 3b0d7fb959
Initial commit (by create-cloudflare CLI)
Details:
  C3 = create-cloudflare@2.21.1
  project name = sst-lyric-mixer
  package manager = npm@0.0.0
  wrangler = wrangler@3.52.0
  git = 2.45.0.windows.1
2024-05-13 17:05:40 +08:00

11 lines
240 B
TypeScript

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