playcanvas / playcanvas-sync

Real-time synchronization of files between PlayCanvas and your local machine
https://playcanvas.com/
MIT License
75 stars 18 forks source link

Search .pcconfig from current path where command is being executed #66

Closed figo2264 closed 8 months ago

figo2264 commented 8 months ago

Basically, it search .pcconfig file from the user's home directory and check "PLAYCANVAS_USE_CWD_AS_TARGET" However, people forgot putting it into the home directory and just create it into the current working directory. So, it would be nicer to have an alternative option by which it search the .pcconfig from the current working directory

figo2264 commented 8 months ago

@slimbuck Ooops I forgot to add it to gitignore. I will update the gitignore file and push it again.

willeastcott commented 8 months ago

Are you going to revert the addition of pnpm-lock.yaml as well?

willeastcott commented 8 months ago

Thanks for this. 🙏