Spaces:
Paused
Paused
| { | |
| "version":2, | |
| "builds": [ | |
| { | |
| "src":"./index.py", | |
| "use": "@vercel/python", | |
| "config":{"runtime":"python3.8"} | |
| } | |
| ], | |
| "routes": [ | |
| { | |
| "src":"/(.*)", | |
| "dest":"/" | |
| } | |
| ] | |
| } |
| { | |
| "version":2, | |
| "builds": [ | |
| { | |
| "src":"./index.py", | |
| "use": "@vercel/python", | |
| "config":{"runtime":"python3.8"} | |
| } | |
| ], | |
| "routes": [ | |
| { | |
| "src":"/(.*)", | |
| "dest":"/" | |
| } | |
| ] | |
| } |