this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 30e1c9027434f4e1f89e5ca215d3f17b82a6c44b 9 lines 214 B view raw
1{ 2 "tasks": { 3 "cache": "deno cache part1.ts part2.ts", 4 "pull": "aoc --day 1 download --overwrite", 5 "test": "deno test --watch", 6 "p1": "deno run -A part1.ts", 7 "p2": "deno run -A part2.ts" 8 } 9}