@teambit/workspace
Version:
21 lines (19 loc) • 517 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.WorkspaceAspect = void 0;
function _harmony() {
const data = require("@teambit/harmony");
_harmony = function () {
return data;
};
return data;
}
const WorkspaceAspect = exports.WorkspaceAspect = _harmony().Aspect.create({
id: 'teambit.workspace/workspace',
dependencies: [],
defaultConfig: {}
});
var _default = exports.default = WorkspaceAspect;
//# sourceMappingURL=workspace.aspect.js.map