mastra
Version:
cli for mastra
15 lines • 394 B
TypeScript
interface DevArgs {
dir?: string;
root?: string;
tools?: string;
env?: string;
inspect?: string | boolean;
inspectBrk?: string | boolean;
customArgs?: string;
https?: boolean;
requestContextPresets?: string;
debug: boolean;
}
export declare const startDevServer: (args: DevArgs) => Promise<void>;
export {};
//# sourceMappingURL=start-dev-server.d.ts.map