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 aa2c6cf commit 801f813Copy full SHA for 801f813
server/src/utils.ts
@@ -550,11 +550,6 @@ export function computeWorkspaceRootPathFromLockfile(
550
(lockFile) => fs.existsSync(lockFile),
551
);
552
553
- console.log(
554
- "foundRewatchLockfileInProjectRoot",
555
- foundRewatchLockfileInProjectRoot,
556
- );
557
-
558
// if we find a rewatch.lock in the project root, it's a compilation of a local package
559
// in the workspace.
560
return !foundRewatchLockfileInProjectRoot
0 commit comments