You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clasp login currently starts the server on a random port, which prevents usage working on a remote machine through ssh, as it's not possible to setup port forwarding to complete the login on the local machine.
Expected behaviour:
user should be able to run clasp login --port:nnnn to listen on a predefined port
The text was updated successfully, but these errors were encountered:
clasp login currently starts the server on a random port, which prevents usage working on a remote machine through ssh, as it's not possible to setup port forwarding to complete the login on the local machine.
Expected behaviour:
user should be able to run clasp login --port:nnnn to listen on a predefined port
The text was updated successfully, but these errors were encountered: