chore: add dev watch command to Pipfile scripts

Made-with: Cursor
This commit is contained in:
2026-03-21 23:15:00 +13:00
parent a2abd3e833
commit 98bbdcbb3d

View File

@@ -24,3 +24,4 @@ web = "python /home/pi/led-controller/tests/web.py"
watch = "python -m watchfiles 'python tests/web.py' src tests" watch = "python -m watchfiles 'python tests/web.py' src tests"
install = "pipenv install" install = "pipenv install"
run = "sh -c 'cd src && python main.py'" run = "sh -c 'cd src && python main.py'"
dev = "watchfiles \"sh -c 'cd src && python main.py'\" src"