UNPKG

mastra

Version:
15 lines 394 B
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