mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
4aa99beaff
* feat: add error message when port 3000 is already in use * feat: expand port availability checking * refactor: improve port extraction code modularity * fix: formatting * fix: clippy * fix: move port checking logic to tuono crate * fix(tuono): make main async * fix: tokio panicking when testing CLI * feat: working port conflict detection in crate tuono * fix: passing format and lint checks * refactor: refactor cli by making it non-async * refactor: move port constants to module scope and remove unnecessary Result return type from port checker