We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a184c commit fc7ac8dCopy full SHA for fc7ac8d
sdk/README.md
@@ -24,6 +24,7 @@ async function main() {
24
// You need to pass in your own API key here.
25
// Get one here: https://www.codebuff.com/api-keys
26
apiKey: process.env.CODEBUFF_API_KEY,
27
+ cwd: process.cwd(),
28
})
29
30
// First run
0 commit comments