Skip to content

Commit a89338c

Browse files
fix: a11y timeout
1 parent 0f3c79a commit a89338c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lighthouserc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
ci: {
2626
collect: {
2727
startServerCommand: 'pnpm preview',
28-
startServerReadyPattern: 'Listening',
28+
startServerReadyPattern: '(Listening|Local|:3000)',
2929
url: [
3030
'http://localhost:3000/',
3131
'http://localhost:3000/search?q=nuxt',

0 commit comments

Comments
 (0)