👋 This adds support for sanity schema extract. It does however generate the following warning:
â ‹ Extracting schema{
column: 27,
file: 'sanity.config.ts',
length: 11,
line: 1,
lineText: 'const env = process.env ?? import.meta.env;',
namespace: '',
suggestion: ''
}
â ™ Extracting schema"import.meta" is not available with the "cjs" output format and will be empty
👋 This adds support for
sanity schema extract
. It does however generate the following warning: