UNPKG

mastra

Version:
19 lines 819 B
import { createWatcher } from '@mastra/deployer/build'; import type { PrepareFsAgentsEntryResult } from '@mastra/deployer/build'; import { Bundler } from '@mastra/deployer/bundler'; interface FsRoutingWatchOptions { mastraDir: string; userEntryFile: string | undefined; outputDirectory: string; preparedEntry: PrepareFsAgentsEntryResult; } export declare class DevBundler extends Bundler { private customEnvFile?; constructor(customEnvFile?: string); getEnvFiles(): Promise<string[]>; prepare(outputDirectory: string): Promise<void>; watch(entryFile: string, outputDirectory: string, toolsPaths: (string | string[])[], fsRoutingWatchOptions?: FsRoutingWatchOptions): ReturnType<typeof createWatcher>; bundle(): Promise<void>; } export {}; //# sourceMappingURL=DevBundler.d.ts.map