import { CommandMetadata, CustomServeOptions, ServeDetails } from '../../../definitions'; import { ServeRunner, ServeRunnerDeps } from '../../serve'; export declare class CustomServeRunner extends ServeRunner<CustomServeOptions> { protected readonly e: ServeRunnerDeps; constructor(e: ServeRunnerDeps); getCommandMetadata(): Promise<Partial<CommandMetadata>>; modifyOpenUrl(url: string, options: CustomServeOptions): string; serveProject(options: CustomServeOptions): Promise<ServeDetails>; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
build.d.ts | File | 571 B | 0644 |
|
build.js | File | 1.1 KB | 0644 |
|
index.d.ts | File | 434 B | 0644 |
|
index.js | File | 1.29 KB | 0644 |
|
serve.d.ts | File | 513 B | 0644 |
|
serve.js | File | 1.51 KB | 0644 |
|