UNPKG

kkt

Version:

Create React apps with no build configuration, Cli tool for creating react apps.

10 lines (9 loc) 608 B
import { DevServerOptions } from '../utils/conf'; import { StartArgs } from '..'; export type OverridesPrintInstructionsOption = StartArgs & DevServerOptions & {}; /** * Try to get the client `port:3000` after startup * - `<APP Root>/node_modules/react-dev-utils/WebpackDevServerUtils.js` * - [create-react-app/react-dev-utils/WebpackDevServerUtils.js](https://github.com/facebook/create-react-app/blob/d960b9e38c062584ff6cfb1a70e1512509a966e7/packages/react-dev-utils/WebpackDevServerUtils.js#L78-L101) */ export declare function overridesPrintInstructions(opt: OverridesPrintInstructionsOption): void;