UNPKG

create-cloudflare

Version:

A CLI for creating and deploying new applications to Cloudflare.

9 lines (7 loc) 157 B
import type { Config } from "@react-router/dev/config"; export default { ssr: true, future: { v8_viteEnvironmentApi: true, }, } satisfies Config;