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.