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

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

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

  "functions": {
    "api/**/*.ts": {
      "includeFiles": "lib/**/*.sql"
    }
  }
}
