Module

x/kv_cron/deno.jsonc

Use Deno Kv API to register cronjobs.
Latest
File
{ "lock": "./deno.lock", "tasks": { "udd": "deno run -r --allow-read=. --allow-write=. --allow-net https://deno.land/x/udd/main.ts deps.ts && deno task lock", "lock": "deno cache --lock=deno.lock --lock-write deps.ts", "all": "deno task udd && deno lint && deno fmt", "test": "deno test -A --unstable" }}