We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa5ecd commit 6154dcfCopy full SHA for 6154dcf
lib/puppetry.js
@@ -25,7 +25,7 @@ module.exports = function(config) {
25
title: "Capturing fallback..."
26
});
27
var puppet = await puppeteer.connect({
28
- browserURL: `http://localhost:${chrome.port}`,
+ browserURL: `http://0.0.0.0:${chrome.port}`,
29
defaultViewport: {
30
width: 600,
31
height: 800
package.json
@@ -35,7 +35,7 @@
35
"minimatch": "^3.0.4",
36
"minimist": "^1.2.0",
37
"nodemon": "^2.0.7",
38
- "puppeteer-core": "^1.12.2",
+ "puppeteer-core": "^14.3.0",
39
"rollup": "^2.70.1",
40
"typogr": "^0.6.8",
41
"ws": "^6.1.2"
0 commit comments