@mastra/core
Version:
16 lines (15 loc) • 352 B
JavaScript
import { MastraBundler } from "../bundler/index.js";
//#region src/deployer/index.ts
var MastraDeployer = class extends MastraBundler {
constructor({ name }) {
super({
component: "DEPLOYER",
name
});
}
/** See {@link IDeployer.deployOnBuild}. */
deployOnBuild;
};
//#endregion
export { MastraDeployer };
//# sourceMappingURL=index.js.map