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) 272 B
import {type CliCommandGroupDefinition} from '@sanity/cli' const hookGroup: CliCommandGroupDefinition = { name: 'hook', signature: '[COMMAND]', isGroupRoot: true, description: 'Sets up and manages webhooks within your Sanity project', } export default hookGroup