UNPKG

@platform/react.ssr

Version:

An SSR (server-side-render) system for react apps bundled with ParcelJS and hosted on S3.

9 lines (8 loc) 165 B
export declare function run(args?: { version?: string; prompt?: boolean; silent?: boolean; }): Promise<{ version: string; bundleDir: string; }>;