@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) • 345 B
YAML
#
# 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: "/"