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
13 lines (12 loc) • 475 B
JavaScript
const HELP_URL = "https://www.sanity.io/docs/help/sanity-cli-sanity-studio-mismatch", cliProjectCommands = {
requiredCliVersionRange: "^3.0.0 || ^4.0.0 || ^5.0.0",
commands: new Proxy([], {
get() {
throw new Error(`The installed version of "@sanity/cli" is not compatible with the installed version of "sanity". For more information on how to resolve this, see ${HELP_URL}`);
}
})
};
export {
cliProjectCommands
};
//# sourceMappingURL=_internal.js.map