-
SummaryThis is the link of the route.js I want to run for a cron job.... (I haven't tested it yet) (By the way, how can I test a cron job with the code in a route.js using javascript?. Usually I need to create a button on a paje.js to make the route.js run.... but since I am doing a cron job, what would be a good way to test it?) According to Vercel, I should put a file vercel.json at the root? Well, when I put the vercel.json at the root it simply doesn't upload.. Github tells me there is a vercel error and that is it. The file I put at the root was this one: Can somebody tell me what is the proper way to setup a cron job? Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
vercel.json
file has to go at the root of the project, like, as a sibling toestuff/package.json