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) 228 B
import { Config } from '../config'; import { t } from './common'; export declare function run(args: { cli: t.ICmdApp; config?: Config; version?: string; push?: boolean; manifest?: boolean; }): Promise<void>;