UNPKG

@redwoodjs/sdk

Version:

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

9 lines (8 loc) 215 B
export declare const $: import("execa").ExecaScriptMethod<{ stdio: "inherit" | "pipe"; }>; export declare const $sh: import("execa").ExecaScriptMethod<{ stdio: "inherit" | "pipe"; } & { shell: true; }>;