UNPKG

@tableau/taco-toolkit

Version:
9 lines (8 loc) 340 B
import { StaticServerOptions } from '../../../types/static-server-options'; export interface PortFileInfo { epsApiPort: number; epsInstanceId: string; staticServerOptions?: StaticServerOptions; grpcServerPort?: number; } export declare function writePortFile(portFilePath: string, serviceInfo: PortFileInfo): Promise<void>;