UNPKG

@redwoodjs/sdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

6 lines (5 loc) 173 B
import { $ as base } from "execa"; export const $ = base({ stdio: process.env.VERBOSE || process.env.CI ? "inherit" : "pipe", }); export const $sh = $({ shell: true });