UNPKG

@mastra/core

Version:

The core foundation of the Mastra framework, providing essential components and interfaces for building AI-powered applications.

11 lines (8 loc) 235 B
import { MastraBundler } from './chunk-GHK3HBWN.js'; // src/deployer/index.ts var MastraDeployer = class extends MastraBundler { constructor({ name }) { super({ component: "DEPLOYER", name }); } }; export { MastraDeployer };