UNPKG

@platform/react.ssr

Version:

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

7 lines (6 loc) 155 B
import { Config } from '../config'; export declare function run(args?: { config?: Config; version?: string; push?: boolean; }): Promise<void>;