Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for specifying the port #11

Open
pillowfication opened this issue Aug 10, 2023 · 0 comments · May be fixed by #12
Open

Allow for specifying the port #11

pillowfication opened this issue Aug 10, 2023 · 0 comments · May be fixed by #12

Comments

@pillowfication
Copy link

Currently dev-harness only runs on port 8080 and can't be changed. This is annoying when trying to develop two plugins side-by-side, or if port 8080 is already used by something else.

Webpack already allows specifying the port (e.g. npm start -- --port 1234), but 8080 is hardcoded into the Adapter.

<iframe
  ref={this.handleRef}
  src="http://localhost:8080/childApp.html"
  style={{ border: 0, height: '100%', width: '100%'}}
  title="child-app"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant