mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
* 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
|
|
}
|
|
} |