You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 line
219 B

  1. {
  2. "builds": [
  3. {
  4. "src": "api/app.py",
  5. "use": "@vercel/python"
  6. }
  7. ],
  8. "routes": [
  9. {
  10. "src": "/(.*)",
  11. "dest": "api/app.py"
  12. }
  13. ]
  14. }