Skip to content

Commit 3eb8cbd

Browse files
committed
chore: wip
1 parent 1017e9f commit 3eb8cbd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3895
-2788
lines changed

launchpad.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
import type { LaunchpadConfig } from './packages/launchpad/src'
22

33
const config: Partial<LaunchpadConfig> = {
4-
verbose: true,
5-
// installationPath will be auto-detected based on permissions
6-
// forceReinstall: false, // uncomment to force reinstall of packages when installing
4+
verbose: false,
75
shimPath: '~/.local/bin',
8-
autoAddToPath: true,
96
}
107

118
export default config

0 commit comments

Comments
 (0)