da033e27ea
* Start of cli docs * Document the CLI Also adds support for the `--config` option and `--port` option for the dev server. * Add tests for --config and --port flags * Add port to validateConfig
6 lines
No EOL
54 B
JavaScript
6 lines
No EOL
54 B
JavaScript
|
|
export default {
|
|
devOptions: {
|
|
port: 3001
|
|
}
|
|
} |