Returns the string for the bash command to run serve with default configuration.
serve({ dir: './coverage' }) Copy
serve({ dir: './coverage' })
The options applied when running serve.
The bash command string.
Returns the string for the bash command to run serve with default configuration.
Example