We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3326c3e commit a978c13Copy full SHA for a978c13
npm-app/src/index.ts
@@ -52,6 +52,7 @@ async function codebuff({
52
cwd,
53
trace,
54
}: CliOptions) {
55
+ console.log('🚀 Starting Codebuff!')
56
enableSquashNewlines()
57
const workingDir = getWorkingDirectory()
58
const projectRoot = getProjectRoot()
0 commit comments