Skip to content

Commit

Permalink
Revert "fix(cli): find-up import"
Browse files Browse the repository at this point in the history
This reverts commit d627991.
  • Loading branch information
juice49 committed Feb 12, 2024
1 parent 0c9ab8f commit 99898dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@sanity/cli/src/util/getProjectRoot.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {dirname} from 'node:path'

import {findUp} from 'find-up'
import findUp from 'find-up'

const CONFIG_FILENAMES = ['sanity.config.ts', 'sanity.config.js', 'sanity.cli.ts', 'sanity.cli.js']

Expand Down

0 comments on commit 99898dc

Please sign in to comment.