ttw / run-python-app_py.bat
ffreemt
Update app.py
6f82744
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"