UNPKG

@storm-software/cloudflare-tools

Version:

A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.

7 lines (6 loc) 198 B
export interface InitGeneratorSchema { unitTestRunner?: "vitest" | "jest" | "none"; skipFormat?: boolean; js?: boolean; template?: "fetch-handler" | "scheduled-handler" | "hono" | "none"; }