cla66ic/deno.json

6 lines
59 B
JSON
Raw Normal View History

2024-04-28 12:32:04 +00:00
{
"tasks": {
"dev": "deno run --watch main.ts"
}
}