Skip to main content
Module

x/task_runner_v2/example/server.ts

Version 2 of deno-task-runner to fix issues
Latest
File
const number = Math.floor(Math.random() * 1000);setInterval(() => { console.log(`${number} running...`);}, 600);