Allow specifying functions server port for netlify dev
via flag
#3980
Labels
area: functions
good first issue
type: feature
code contributing to the implementation of a feature and/or user facing functionality
Is your feature request related to a problem? Please describe.
Every time I start
netlify dev
, functions run on different port. It makes it hard to create a collection of test requests in tools like Postman, because every time I need to change port number.Describe the solution you'd like
I propose new parameter
--functionsPort
that would make possible to specify which port functions server runs on.Describe alternatives you've considered
None
Can you submit a pull request?
No
The text was updated successfully, but these errors were encountered: