[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

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

[ci] format

authored by

James Garbutt and committed by
bombshell-bot
(Sep 3, 2025, 11:27 AM UTC) 50773811 71b50295

+1 -3
+1 -3
tsconfig.json
··· 17 17 "@clack/prompts": ["./packages/prompts/src/index.ts"] 18 18 } 19 19 }, 20 - "include": [ 21 - "packages/*/src/**/*" 22 - ] 20 + "include": ["packages/*/src/**/*"] 23 21 }