You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devops: make dev explicitly uses the port the pnpm expects (fix#6565) (#6575)
## 📝 Summary
Makes `make dev` fail explicitly when marimo can't get the port `pnpm`
expects it to use, instead of telling the user to open a
`http://localhost:3000` address that doesn't work.
## 🔍 Description of Changes
Added `--port 2718` to the command `marimo` in `make dev`
## 📋 Checklist
- [X] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- I have added tests for the changes made.
- I tested this manually, and am not sure if any other test is needed
for such a micro change
- [X] I have run the code and verified that it works as expected.
0 commit comments