fiberplane / fpx

Supercharge your local development
https://fiberplane.dev
MIT License
43 stars 1 forks source link

Fix CLI isPortTaken utility on Ubuntu and gitignore the fpxconfig json file #73

Closed brettimus closed 1 month ago

brettimus commented 1 month ago

title says it all

the "isPortTaken" logic didn't work on Ubuntu and that is no bueno. Also there is no need to have the fpxconfig json file in version control. The env var for the database is a local path, which would not work cross platform


NOTE This has not yet been released, but will be released under 0.2.2 of the api/cli