Spaces:
Runtime error
Runtime error
| { | |
| "watch": [ | |
| "api.py", | |
| "*.py" | |
| ], | |
| "ext": "py", | |
| "ignore": [ | |
| ".git", | |
| "node_modules/**/node_modules", | |
| "frontend/*" | |
| ], | |
| "exec": "python api.py" | |
| } |