UNPKG

@platform/react.ssr

Version:

A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.

10 lines (9 loc) 254 B
import { Config } from '../config'; import { Manifest } from '../manifest'; export declare function run(args?: { config?: Config; }): Promise<void>; export declare function print(args: { config: Config; manifest: Manifest; }): Promise<void>;