UNPKG

rwsdk

Version:

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

7 lines (6 loc) 187 B
export interface DebugSyncOptions { targetDir: string; sdkDir?: string; watch?: string | boolean; } export declare const debugSync: (opts: DebugSyncOptions) => Promise<void>;