{
  "version": 2,
  "regions": ["bom1"],

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

  "functions": {
    "api/*": {
      "memory": 128
    }
  }
}
