FabienDanieau's picture
first commit
2434dca
raw
history blame
152 Bytes
import { type IWebpackCLI } from "webpack-cli";
declare class ServeCommand {
apply(cli: IWebpackCLI): Promise<void>;
}
export default ServeCommand;