Spaces:
Runtime error
Runtime error
File size: 203 Bytes
273a5e1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"watch": [
"api.py",
"*.py"
],
"ext": "py",
"ignore": [
".git",
"node_modules/**/node_modules",
"frontend/*"
],
"exec": "python api.py"
} |