ttw / run-python-app_py.bat
ffreemt
Update app.py
6f82744
raw history blame
No virus
208 Bytes
REM nodemon -w app.py -x .venv\Scripts\python app.py
REM nodemon -w app.py -x py -3.7 app.py
REM nodemon -w app.py -x "pyright app.py && py -3.8 app.py"
nodemon -w app.py -x "pyright app.py && python app.py"