Hello!
I want to set up cron jobs with Tanstack Start. I don't see how to do it right now.
Tanstack Start doesn't seem to offer anything, and neither does ViteJS.
I just want to run recurring functions when my application launches in production.
In production, I'm using Docker and running on a VPS. I don't want PM2; everything must be on the project server.
Does anyone have any ideas?