@platform/react.ssr
Version:
A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.
22 lines (18 loc) • 402 B
YAML
#
# Sample manifest for `@platform/react.ssr`
#
sites:
- name: dev
domain: [localhost, /.*\.now\.sh$/]
bundle: path/bundle/1.2.3-alpha.0
routes:
default:
entry: index.html
path: ["/", "/foo"]
- name: prod
domain: [platform.uiharness.com, /.*\.now\.sh$/]
bundle: path/bundle/1.0.0
routes:
default:
entry: index.html
path: "/"