feathersjs / feathers-chat

A Feathers real-time chat application
https://feathersjs.com
MIT License
511 stars 248 forks source link

fix(dx): fix cli install bug and potential debugger port collision #248

Closed FossPrime closed 1 year ago

FossPrime commented 1 year ago

The debugger was running on the same port as the run button. This is a real hassle in Replit as the run command is executed whenever the port is closed and anything tries to connect to it, including socket.io reconnects.

Also, moved the cli installer to the run command which has all necessary PATH variables to function correctly.

Live Repro: https://replit.com/new/github/FossPrime/feathers-chat