@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
12 lines • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const schema_1 = require("@sprucelabs/schema");
const bootErrorSchema = {
id: 'bootError',
namespace: 'SpruceCli',
name: 'boot error',
fields: {}
};
schema_1.SchemaRegistry.getInstance().trackSchema(bootErrorSchema);
exports.default = bootErrorSchema;
//# sourceMappingURL=bootError.schema.js.map