From 48d02f0e7082be6eca498acf0ebe75298a20f1d5 Mon Sep 17 00:00:00 2001 From: jimmy Date: Sat, 17 Jan 2026 21:40:08 +1300 Subject: [PATCH] Update watch script path in Pipfile - Fix watch script to use relative paths --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f98826f..7201988 100644 --- a/Pipfile +++ b/Pipfile @@ -17,4 +17,4 @@ python_version = "3.12" [scripts] 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"