UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

8 lines (7 loc) 265 B
import type { DevToolsSys } from "@builder.io/dev-tools/core"; import type { CLIArgs } from "./index"; export declare const PROXY_PORT = 48752; export declare function runLaunchCommand({ sys, args, }: { sys: DevToolsSys; args: CLIArgs; }): Promise<number>;