Skip to content

Commit 7f2c5c6

Browse files
committed
Fixing issue with assistive-playwright-test-sample with IPv6
1 parent 99e39d8 commit 7f2c5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/assistive-playwright-test-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"sirv-cli": "2.0.2"
1818
},
1919
"scripts": {
20-
"start": "sirv -H 0.0.0.0 public"
20+
"start": "sirv -H :: public"
2121
},
2222
"license": "MIT"
2323
}

0 commit comments

Comments
 (0)