{
  "version": 2,
  "scope": "songwhip",
  "regions": ["iad1"],
  "alias": ["songwhip-lookup"],

  "rewrites": [
    {
      "source": "/(.*)",
      "destination": "/api/$1"
    }
  ],

  "github": {
    "enabled": false
  },

  "functions": {
    "api/**/*.ts": {
      "memory": 2048
    }
  }
}
