chore: add dev watch command to Pipfile scripts
Made-with: Cursor
This commit is contained in:
1
Pipfile
1
Pipfile
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user