UNPKG

create-cf-planetscale-app

Version:

Create a Cloudflare workers app for building production ready RESTful APIs using Hono

14 lines (12 loc) 312 B
import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config' export default defineWorkersConfig({ test: { poolOptions: { workers: { wrangler: { configPath: 'wrangler.toml', environment: 'test' }, isolatedStorage: true, singleWorker: true } } } })