UNPKG

rwsdk

Version:

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

9 lines (8 loc) 259 B
import { PackageManager } from "./types.mjs"; /** * Run the local development server and return the URL */ export declare function runDevServer(packageManager?: PackageManager, cwd?: string): Promise<{ url: string; stopDev: () => Promise<void>; }>;