recoder-code
Version:
Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities
19 lines (17 loc) • 371 B
JavaScript
;
Object.defineProperty(exports, '__esModule', {
value: true
});
Object.defineProperty(exports, 'runCLI', {
enumerable: true,
get: function () {
return _runCreate.runCLI;
}
});
Object.defineProperty(exports, 'runCreate', {
enumerable: true,
get: function () {
return _runCreate.runCreate;
}
});
var _runCreate = require('./runCreate');