This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Description
Feature Request
What is the desired behavior?
I can set the --public-host when starting Angular CSR dev server with npm start
e.g.
"start": "ng serve --host 0.0.0.0 --port 3604 --disable-host-check --public-host https://mydomain.com/ssr",
this is not currently supported by "npm run dev:ssr" command.
What is the use-case or motivation for the desired behavior?
- run multiple apps from single domain.
- use reverse proxy for app routing.
Is there anything else we should know?
Is there a workaround to enable the same configuration as --public-host for Universal HMR?