UNPKG

@maravilla-labs/functions

Version:

Maravilla Edge Functions bundler and development tools

7 lines 295 B
import type { BuildOptions } from './types.js'; export interface DevServerOptions extends BuildOptions { watch?: boolean; onRebuild?: () => void; } export declare function developmentServer(options?: DevServerOptions): Promise<(() => void) | undefined>; //# sourceMappingURL=dev.d.ts.map