Go to repository

Interface ConcurrentScriptDefinition

The definition for a concurrently run script.

interface ConcurrentScriptDefinition {
    color?: string;
    script: string;
}

Properties

Properties

Optional
color?: string

The color to use when prefixing this script.

script: string

The actual bash script command to run.