UNPKG

@platform/react.ssr

Version:

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

8 lines (7 loc) 210 B
import { Config } from '../config'; import { Manifest, Site } from '../manifest'; export declare function run(args?: { config?: Config; manifest?: Manifest; site?: string | Site; }): Promise<void>;