mastra
Version:
cli for mastra
13 lines • 473 B
TypeScript
import { Bundler } from '@mastra/deployer/bundler';
export declare class WorkerBundler extends Bundler {
constructor({ outputDir }?: {
outputDir?: string;
});
getEnvFiles(): Promise<string[]>;
bundle(entryFile: string, outputDirectory: string, { toolsPaths, projectRoot }: {
toolsPaths: (string | string[])[];
projectRoot: string;
}): Promise<void>;
protected getEntry(): string;
}
//# sourceMappingURL=WorkerBundler.d.ts.map