Skip to content

Commit 9da4e8a

Browse files
committed
fix(create-cli): update lighthouse.urls type
1 parent 7d03bc0 commit 9da4e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Each plugin exposes its own configuration keys that can be passed as CLI argumen
6969

7070
| Option | Type | Default | Description |
7171
| ----------------------------- | ---------------------------------------------------------------- | ----------------------- | ------------------------------- |
72-
| **`--lighthouse.urls`** | `string` | `http://localhost:4200` | Target URL(s) (comma-separated) |
72+
| **`--lighthouse.urls`** | `string \| string[]` | `http://localhost:4200` | Target URL(s) (comma-separated) |
7373
| **`--lighthouse.categories`** | `('performance'` \| `'a11y'` \| `'best-practices'` \| `'seo')[]` | all | Lighthouse categories |
7474

7575
### Examples

0 commit comments

Comments
 (0)