Files
detective/deno.json

5 lines
56 B
JSON

{
"tasks": {
"start": "deno main.ts"
}
}