| { | |
| "version": 2, | |
| "functions": { | |
| "app/main.py": { | |
| "runtime": "python3.9" | |
| } | |
| }, | |
| "rewrites": [ | |
| { | |
| "source": "/(.*)", | |
| "destination": "/app/main.py" | |
| } | |
| ] | |
| } | |
| { | |
| "version": 2, | |
| "functions": { | |
| "app/main.py": { | |
| "runtime": "python3.9" | |
| } | |
| }, | |
| "rewrites": [ | |
| { | |
| "source": "/(.*)", | |
| "destination": "/app/main.py" | |
| } | |
| ] | |
| } | |