We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418ca46 commit 8ce3aaeCopy full SHA for 8ce3aae
packages/cli/src/tools/bun.ts
@@ -28,5 +28,5 @@ export function getBunVersionIfAvailable() {
28
}
29
30
export function isProjectUsingBun(cwd: string) {
31
- return findUp.sync('bun.lockb', {cwd});
+ return findUp.sync('bun.lockb', {cwd}) || findUp.sync('bun.lock', {cwd});
32
0 commit comments