node.js - Meteor always listens on port 3000 -
i created new meteor project in webstorm on windows 8. in "run/debug configurations" set port value 3008, when run app, works on port 3000.
does know meteor defines port number or how can change it?
i've searched words "3000", "port" , "listen" in entire project don't exist.
i've seen these questions didn't me because use express defines port number hard-coded: node.js/express.js app works on port 3000 , express listening on port 3000 despite setting 80?
any profoundly appreciated!
try passing -p 3008
program argument in meteor run configuration:
http://localhost:3008 in browser/live edit
tab used browser launching (i.e. tells webstorm launch browser specified url), it's not supposed affect meteor port in way
Comments
Post a Comment