[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.

chore: pnpm configurations moved together (#531)

authored by

btea and committed by
GitHub
(May 8, 2026, 5:12 PM +0100) 266eaf9c 284677ea

+7 -5
-5
.npmrc
··· 1 - # Important! Never install from registry even when new version is available 2 - prefer-workspace-packages=true 3 - link-workspace-packages=true 4 - save-workspace-protocol=false 5 - auto-install-peers=false
+7
pnpm-workspace.yaml
··· 1 1 packages: 2 2 - 'examples/*' 3 3 - 'packages/*' 4 + allowBuilds: 5 + esbuild: true 6 + oxc-resolver: true 7 + autoInstallPeers: false 8 + linkWorkspacePackages: true 9 + preferWorkspacePackages: true 10 + saveWorkspaceProtocol: false