tidbyt / pixlet

Build apps for pixel-based displays ✨
https://tidbyt.com
Apache License 2.0
756 stars 107 forks source link

Fix file watching in `pixlet serve` #1068

Closed rohansingh closed 4 months ago

rohansingh commented 4 months ago

File watching was not working when using pixlet serve for a file in the working directory, or for pixlet serve .. This was due to a bug in how we handle file paths in the watcher.

Fixes #1067.