rwsdk
Version:
Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime
9 lines (8 loc) • 348 B
text/typescript
/**
* Creates the smoke test components in the target project directory
*/
export declare function createSmokeTestComponents(targetDir: string, skipClient?: boolean): Promise<void>;
/**
* Modifies the worker.tsx and wrangler.jsonc files to add realtime support
*/
export declare function modifyAppForRealtime(targetDir: string): Promise<void>;