{
    "builds": [{
      "src": "samsdriving/wsgi.py",
      "use": "@vercel/python",
      "config": { "maxLambdaSize": "15mb", "runtime": "python3.12" }
    }],
    "routes": [
      {
        "src": "/(.*)",
        "dest": "samsdriving/wsgi.py"
      }
    ]
}
