UNPKG

cypress-ct-custom-devserver

Version:

A helper to simplify the api for creating a custom dev-server for cypress.

3 lines (2 loc) 266 B
/// <reference types="CustomDevServer" /> export declare function createCustomDevServer(initBuildCallback: CustomDevServer.InitBuildCallback): ({ cypressConfig, specs, devServerEvents }: CustomDevServer.DevServerOptions) => Promise<Cypress.ResolvedDevServerConfig>;