litbee / run-nodemon.sh
freemt
Bump version from 0.1.1 to 0.1.2-alpha.0
e26e536
raw
history blame contribute delete
115 Bytes
# nodemon -V -w app.py -x python -m streamlit run app.py
LOGLEVEL=10 nodemon -V -w . -x python -m streamlit run $1