Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.

Log your cron evaluations to sqlite

import { cronEvalLogger } from "https://esm.town/v/neverstew/cronEvalLogger"; const yourCron = async (interval: Interval) => { console.log("your code goes here"); }; export default cronEvalLogger(yourCron);