mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
fix
This commit is contained in:
@@ -8,7 +8,7 @@ const chromPath = process.env.PUPPETEER_CHROME_PATH
|
||||
|
||||
module.exports = {
|
||||
server: {
|
||||
command: `http-server -a 127.0.0.1 --port ${port} ./www`,
|
||||
command: ` `,
|
||||
port: port,
|
||||
launchTimeout: 10000
|
||||
},
|
||||
@@ -21,7 +21,7 @@ module.exports = {
|
||||
width:1200,
|
||||
height:1080
|
||||
},
|
||||
executablePath: chromPath
|
||||
// executablePath: chromPath
|
||||
},
|
||||
browserContext: 'default',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user