We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db97961 commit cff9f1fCopy full SHA for cff9f1f
1 file changed
packages/core/src/root.ts
@@ -25,6 +25,7 @@ export function findRootPath() {
25
}
26
let p = findUp.sync([
27
"turbo.json",
28
+ "turbo.jsonc",
29
"nx.json", // Just in case NX_WORKSPACE_ROOT is not set
30
"lerna.json",
31
"pnpm-workspace.yaml",
0 commit comments