UNPKG

react-zeroconfig

Version:
3 lines (2 loc) • 197 B
import { WebappConfig } from '../types'; export declare function watchServer({ app, cwd, serverPort, publicPath, internalEslint, output, chunkPath, zeroconfigPath, }: WebappConfig): Promise<void>;