UNPKG

create-cloudflare

Version:

A CLI for creating and deploying new applications to Cloudflare.

15 lines (12 loc) 321 B
import type { TemplateConfig } from "../../src/templates"; const config: TemplateConfig = { configVersion: 1, id: "openapi", displayName: "API starter (OpenAPI compliant)", description: "Get started building a basic API on Workers", platform: "workers", copyFiles: { path: "./ts", }, }; export default config;