We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5977d20 + b95a58f commit 5307f63Copy full SHA for 5307f63
package.json
@@ -17,7 +17,7 @@
17
"url": "https://github.com/webrtc/samples.git"
18
},
19
"scripts": {
20
- "start": "http-server . -c-1",
+ "start": "http-server . -c-1 -a 127.0.0.1",
21
"test": "npm run eslint && npm run stylelint",
22
"eslint": "eslint 'test/**.js' 'src/content/**/*.js'",
23
"jest": "node test/download-browsers.js && jest --testTimeout 5000 --maxWorkers=1 src/content/",
0 commit comments