UNPKG

create-cloudflare

Version:

A CLI for creating and deploying new applications to Cloudflare.

7 lines (5 loc) 163 B
let platform = {}; if(process.env.NODE_ENV === 'development') { const { getPlatformProxy } = await import('wrangler'); platform = await getPlatformProxy(); }