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
24 lines (23 loc) • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: !0 });
var cli = require("./_chunks-cjs/cli.js"), cli$1 = require("@sanity/cli");
exports.getStudioEnvironmentVariables = cli.getStudioEnvironmentVariables;
Object.defineProperty(exports, "createCliConfig", {
enumerable: !0,
get: function() {
return cli$1.createCliConfig;
}
});
Object.defineProperty(exports, "defineCliConfig", {
enumerable: !0,
get: function() {
return cli$1.defineCliConfig;
}
});
Object.defineProperty(exports, "getCliClient", {
enumerable: !0,
get: function() {
return cli$1.getCliClient;
}
});
//# sourceMappingURL=cli.js.map