Next.js Discord

Discord Forum

Deployments are not showing after adding vercel.json file

Unanswered
Broad-snouted Caiman posted this in #help-forum
Open in Discord
Broad-snouted CaimanOP
Hey guys, Deployments are not showing after adding vercel.json file to project. here's how it looks like
 {
  "crons": [
    {
      "path": "/api/cron/challenge",
      "schedule": "*/100 * * * *"
    }
  ],
  "functions": {
    "api/*.ts": {
      "memory": 3008,
      "maxDuration": 30
    }
  }
}
Why is this happening?

0 Replies