Home > @wixc3/engineer > startDevServer
Signature:
export declare function startDevServer(options: IStartOptions): Promise<{
engine: RuntimeEngine;
devServerFeature: RuntimeFeature<typeof devServerFeature, typeof devServerEnv>['api'];
outputPath: string | undefined;
}>;
Parameter | Type | Description |
---|---|---|
options | IStartOptions |
Returns:
Promise<{ engine: RuntimeEngine; devServerFeature: RuntimeFeature<typeof devServerFeature, typeof devServerEnv>[‘api’]; outputPath: string | undefined; }>