ttw / run-python-app_py.bat
freemt
Update altair
a4a35d8
raw history blame
No virus
149 Bytes
REM nodemon -w app.py -x .venv\Scripts\python app.py
REM nodemon -w app.py -x py -3.7 app.py
nodemon -w app.py -x "pyright app.py && py -3.8 app.py"