Skip to content

Commit

Permalink
chore(dev): add groq package to monorepo aliases (#7340)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored Aug 9, 2024
1 parent 4aeb5b6 commit d44b06e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/aliases.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const devAliases = {
'@sanity/util': './packages/@sanity/util/src/_exports',
'@sanity/vision': './packages/@sanity/vision/src',
'sanity': './packages/sanity/src/_exports',
'groq': './packages/groq/src/_exports.mts',
}

module.exports = devAliases

0 comments on commit d44b06e

Please sign in to comment.