adobe / aio-cli-plugin-app-dev

App Builder CLI - dev command
Apache License 2.0
0 stars 2 forks source link

Configure host name for the local dev server #80

Closed oufimtse closed 3 months ago

oufimtse commented 4 months ago

Expected Behaviour

Have a configuration option to modify default host name the local development server runs on. Today it is always localhost.

Should work for both aio app run and aio app dev.

Similar to the HOST env var in create React script https://create-react-app.dev/docs/advanced-configuration/.

Actual Behaviour

Local dev server always runs on localhost with no option to change that.

Reproduce Scenario (including but not limited to)

Run aio app run or aio app dev and observe your static content served from https://localhost:PORT.

Steps to Reproduce

See above.

Platform and Version

All platforms.

Sample Code that illustrates the problem

N/A

Logs taken while reproducing problem

N/A

aiojbot commented 4 months ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-3105

shazron commented 3 months ago

PR https://github.com/adobe/aio-cli-plugin-app-dev/pull/90