Uh oh!
There was an error while loading. Please reload this page.
Update serve port flag and add example - #6229
Conversation
facebook-github-bot
commented
Jan 19, 2019
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
facebook-github-bot
commented
Jan 19, 2019
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
iansu
commented
Jan 20, 2019
Thanks! |
Hi everyone! Thank for this awesome project! I enjoy this a lot and use it in my react projects!
So, I needed to run front-end with
servelibrary with my costume port, I made some reserch about all flags and docs aboutserveand noticed that frags which are on the CRA website are still working, but they are deprecated andservelib recommends to use flag-linstead of-p, this discussion is in vercel/serve#382 issue, and also you can see this inservecode:https://github.com/zeit/serve/blob/85d121e5008783395cc607089f23a5039547f952/bin/serve.js#L258
This pull request updates
serveports and adds example of using costume ports withservelib