Skip to content

Commit

Permalink
Update lighthouserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
knownotunknown committed Nov 2, 2024
1 parent cdfe390 commit 7c36616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ci": {
"collect": {
"url": ["http://localhost:4173"],
"startServerCommand": "bun run start | sed -u 's/^/[server] /' & pid=$!; sleep 2; echo 'Server is ready'; wait $pid",
"startServerCommand": "bun run start 2>&1 | sed -u 's/^/[server] /' & pid=$!; echo \"Server listening on port 4173\"; echo 'Server is ready'; wait $pid",
"startServerReadyPattern": "Server is ready",
"numberOfRuns": 1,
"settings": {
Expand Down

0 comments on commit 7c36616

Please sign in to comment.