summary refs log tree commit diff
path: root/deno.json
blob: d18b550e5ff02feb3572ab3c5687001992fd97c2 (plain)
1
2
3
4
5
{
    "tasks": {
        "dev": "deno run wip-v2.ts"
    }
}