export type RunServiceOptions = {
    platform: "docker" | "local";
    ports: string[];
};
