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

Avoid hardcoding port 8093 to allow multiple instances of Glyphhanger to run in parallel #27

Open
jialiang opened this issue Mar 19, 2024 · 0 comments

Comments

@jialiang
Copy link

Currently the Web Server is hard-coded to always use port 8093:

const SERVER_PORT = 8093;

Would be great if it can either:

  • Check if the port is already in use and try the next port number instead or
  • Allow passing a custom port number to use, e.g. --port 1234

My use case is to have multiple instances of Glyphhanger running in parallel to subset multiple font files.

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

No branches or pull requests

1 participant