Bun Crons + Scripts
A simple setup for running Bun crons or scripts.
Bun Cron
bambrose24/bun-script-template
Just deployed
This is a dead-simple way to start adding a cron to your application using Bun. You can use Railway's Cron scheduling to run any TypeScript file super easily now with Bun.sh — just make your start command be
bun run your-file.ts
set your cron schedule in the service settings, and you're off to the races.
Template Content
Bun Cron
bambrose24/bun-script-template