hs-checker / nodemon.json
npv2k1's picture
Update code formatting and fix minor bugs
8eca7f1 verified
raw
history blame contribute delete
91 Bytes
{
"watch": ["src", "app.py"],
"ext": "py",
"ignore": [],
"exec": "python app.py"
}