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

Add --public-host command line feature for Universal Dev Server #1394

@laurencefass

Description

@laurencefass

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?

  1. run multiple apps from single domain.
  2. 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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions