Skip to content

Commit cff9f1f

Browse files
authored
feat(core): added turbo.jsonc to detect monorepo (#135)
added `turbo.jsonc` o detect monorepo
1 parent db97961 commit cff9f1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/src/root.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function findRootPath() {
2525
}
2626
let p = findUp.sync([
2727
"turbo.json",
28+
"turbo.jsonc",
2829
"nx.json", // Just in case NX_WORKSPACE_ROOT is not set
2930
"lerna.json",
3031
"pnpm-workspace.yaml",

0 commit comments

Comments
 (0)