UNPKG

@platform/react.ssr

Version:

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

11 lines (10 loc) 383 B
import * as semver from 'semver'; import * as t from '../common/types'; import * as util from '../common/util'; export { t, semver, util }; export { time } from '@platform/util.value'; export { fs } from '@platform/fs'; export { log } from '@platform/log/lib/server'; export { exec } from '@platform/exec'; export { npm } from '@platform/npm'; export { http } from '@platform/http';