UNPKG

rwsdk

Version:

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

8 lines (7 loc) 197 B
export interface DebugSyncOptions { targetDir: string; dev?: boolean; watch?: boolean; build?: boolean; } export declare const debugSync: (opts: DebugSyncOptions) => Promise<void>;