Update watch script path in Pipfile

- Fix watch script to use relative paths
This commit is contained in:
2026-01-17 21:40:08 +13:00
parent cacaa3505e
commit 48d02f0e70

View File

@@ -17,4 +17,4 @@ python_version = "3.12"
[scripts] [scripts]
web = "python /home/pi/led-controller/tests/web.py" web = "python /home/pi/led-controller/tests/web.py"
watch = "python -m watchfiles 'python /home/pi/led-controller/tests/web.py' /home/pi/led-controller/src /home/pi/led-controller/tests" watch = "python -m watchfiles 'python tests/web.py' src tests"