template-python / nodemon.json
npv2k1's picture
Refactor code structure for improved readability and maintainability
ab89dc7
raw
history blame contribute delete
77 Bytes
{
"watch": ["src", "main.py"],
"ext": "py",
"exec": "python main.py"
}