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
Right now when starting auto-reveal the port is fixed to 1337.
In my company every employee has a fixed range of ports we are allowed to use.
It would be great, if it would be possible to get the port via process.env.AWESOME_PORT.
In auto-reveal.js line 20: port: process.env.PORT_APP ?? 1337
The text was updated successfully, but these errors were encountered:
Right now when starting auto-reveal the port is fixed to 1337.
In my company every employee has a fixed range of ports we are allowed to use.
It would be great, if it would be possible to get the port via process.env.AWESOME_PORT.
In auto-reveal.js line 20:
port: process.env.PORT_APP ?? 1337
The text was updated successfully, but these errors were encountered: