UNPKG

sanity

Version:

Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches

11 lines (8 loc) 261 B
import {type CliCommandGroupDefinition} from '@sanity/cli' const corsGroup: CliCommandGroupDefinition = { name: 'cors', signature: '[COMMAND]', isGroupRoot: true, description: 'Configures CORS settings for Sanity projects', } export default corsGroup