UNPKG

@mastra/core

Version:
17 lines (16 loc) 472 B
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const require_bundler_index = require("../bundler/index.cjs"); //#region src/deployer/index.ts var MastraDeployer = class extends require_bundler_index.MastraBundler { constructor({ name }) { super({ component: "DEPLOYER", name }); } /** See {@link IDeployer.deployOnBuild}. */ deployOnBuild; }; //#endregion exports.MastraDeployer = MastraDeployer; //# sourceMappingURL=index.cjs.map