Select the types of activity you want to include in your feed.
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}