-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lucky dev always listen on localhost:3000 on my linux laptop. #1180
Comments
It looks like when we made the change, we never updated the docs. You are correct, to change it you update the We need to update the guides to make sure this is clear 👍 |
We need update README too. https://github.com/luckyframework/website/blob/main/README.md?plain=1#L11 |
I updated that. |
Hi, find another one issue, when set DEV_PORT to 3002 in the .env, the listen port is changed. but, the happy message output when running
|
I opened an issue for that here luckyframework/lucky#1874 |
I don't know why, when following setup in the README, but the server always listen on 3000 when run
lucky dev
.In fact, i couldn't following the document in beginners tutorials too, the document said the clover project will listen on localhost:3001, but i listen on localhost:3000 too.
So, i guess maybe somewhere is misconfigured, how to figure it out?
I haven't checked the source code of how
lucky dev
works, is there a way to change the port to make several project can be running synchronously?Thanks.
I found i can change
config/watch.yml
to achieve this, is there something wrong?The text was updated successfully, but these errors were encountered: