Open warent opened 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
functions
hosting
firebase serve -p 5000 -p 5001
So that the functions are running on port 5000 and the hosting is on port 5001.
Thank you!
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
andhosting
, 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!