Select the types of activity you want to include in your feed.
1{ 2 "$schema": "../../../node_modules/turbo/schema.json", 3 "extends": ["//"], 4 "tasks": { 5 "build": { 6 "dependsOn": [], 7 "outputs": ["dist/**"] 8 } 9 } 10}