Is it possible to run netlify dev and specify which port the dev server will listen on?
At the moment it seems to select a random open port which makes it difficult to integrate with existing development processes.
The --port argument and config currently relate to the application port that will be proxied by netlify dev, but it looks like there is no way to configure netlify dev's port.
Is it possible to run netlify dev and specify which port the dev server will listen on?
At the moment it seems to select a random open port which makes it difficult to integrate with existing development processes.
The
--portargument and config currently relate to the application port that will be proxied by netlify dev, but it looks like there is no way to configure netlify dev's port.