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