mastra
Version:
cli for mastra
11 lines • 327 B
TypeScript
export declare function dev({ port, dir, root, tools, env, inspect, inspectBrk, customArgs, }: {
dir?: string;
root?: string;
port: number | null;
tools?: string[];
env?: string;
inspect?: boolean;
inspectBrk?: boolean;
customArgs?: string[];
}): Promise<void>;
//# sourceMappingURL=dev.d.ts.map