{
  "version": 2,

  "env": {
    "SONGWHIP_WEB_URL": "https://songwhip.com",
    "SONGWHIP_TELEGRAM_URL": "https://songwhip-telegram.vercel.app",
    "TELEGRAM_BOT_TOKEN": "@songwhip-telegram-bot-token",
    "SONGWHIP_TELEGRAM_USER_AGENT": "@songwhip-telegram-user-agent",
    "DEBUG": "songwhip*"
  },

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

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