Nagesh Muralidhar
Commiting fastapi code
273a5e1
raw
history blame contribute delete
203 Bytes
{
"watch": [
"api.py",
"*.py"
],
"ext": "py",
"ignore": [
".git",
"node_modules/**/node_modules",
"frontend/*"
],
"exec": "python api.py"
}