this repo has no description
0
fork

Configure Feed

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

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