diff --git a/Pipfile b/Pipfile index b8cd450..4424921 100644 --- a/Pipfile +++ b/Pipfile @@ -24,3 +24,4 @@ web = "python /home/pi/led-controller/tests/web.py" watch = "python -m watchfiles 'python tests/web.py' src tests" install = "pipenv install" run = "sh -c 'cd src && python main.py'" +dev = "watchfiles \"sh -c 'cd src && python main.py'\" src"