googlearchive / cloud-functions-emulator

A local emulator for deploying, running, and debugging Google Cloud Functions.
https://github.com/GoogleCloudPlatform/cloud-functions-emulator/wiki
Apache License 2.0
827 stars 115 forks source link

Specify multiple ports for serve #322

Open warent opened 5 years ago

warent commented 5 years ago

I'm not sure if this is the best place to ask, but is there a way to specify multiple ports?

For example, I have functions and hosting, and I want to do: firebase serve -p 5000 -p 5001

So that the functions are running on port 5000 and the hosting is on port 5001.

Thank you!