{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "rewrites": [
    {
      "source": "/(.*)",
      "destination": "/api/index.py"
    }
  ],
  "functions": {
    "api/index.py": {
      "maxDuration": 60,
      "excludeFiles": "{venv/**,__pycache__/**,books.db,*.db,Book_Collection_Valuation.xlsx,PROJECT_HANDOFF.md,optimized_images/**,generated/**,.env}"
    }
  }
}
