Skip to content

Commit 081a583

Browse files
committed
docs: update default LHCI server URL
1 parent c588086 commit 081a583

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Once the server is set up, create a a new project with the lhci wizard:
228228
```bash
229229
$ lhci wizard
230230
? Which wizard do you want to run? new-project
231-
? What is the URL of your LHCI server? http://url-of-your-lhci-server.com/
231+
? What is the URL of your LHCI server? https://your-lhci-server.example.com/
232232
? What would you like to name the project? My Favorite Project
233233
? Where is the project's code hosted? https://github.com/GoogleChrome/lighthouse-ci
234234

packages/cli/src/wizard/wizard.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ async function runNewProjectWizard(options) {
2727
name: 'serverBaseUrl',
2828
message: 'What is the URL of your LHCI server?',
2929
when: () => !options.serverBaseUrl,
30+
default: 'https://your-lhci-server.example.com/',
3031
},
3132
{
3233
type: 'input',

0 commit comments

Comments
 (0)