I'm creating a cron job for my NextJs application, and I cannot seem to find how can I test it for my dev deployment.
Some docs say that cron are triggered only for production enviornment while some tuts say that cron are limited for hobby projects but can be run 40 times on pro plan ( I have pro).
Yet, I can't find the dasboard switch to see my Cron job for dev instance. (Settings -> cron jobs) has no indication whether the dashboard is for dev or production.
How can I verify that my cron is working as it should without deploying things to production?