Update watch script path in Pipfile
- Fix watch script to use relative paths
This commit is contained in:
2
Pipfile
2
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"
|
||||
|
||||
Reference in New Issue
Block a user