this repo has no description
at main 81 B view raw
1export default { 2 run() { 3 console.log('Cron job running...'); 4 } 5}