UNPKG

@platform/react.ssr

Version:

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

22 lines (18 loc) 345 B
# # Manifest : @platform/react.ssr # sites: - name: dev domain: localhost bundle: bundle/0.0.0 routes: default: entry: index.html path: ["/", "/foo"] - name: prod domain: [mydomain.com, /.*\.now\.sh$/] bundle: bundle/0.0.0 routes: default: entry: index.html path: "/"