summary refs log tree commit diff
path: root/deno.json
blob: 330f2ce252d65cb596d2796b6354c2719928eb2b (plain)
1
2
3
4
5
6
{
    "tasks": {
        "dev": "deno run --allow-net --allow-env main.ts",
        "build": "deno compile --allow-net --allow-env --no-check main.ts"
    }
}