remove alert

This commit is contained in:
Peter Maquiran
2023-02-22 09:31:14 +01:00
parent fa0b087fde
commit 31f74933b7
10 changed files with 11 additions and 25 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = {
server: {
command: `http-server -a 127.0.0.1 --port ${port} ./www`,
port: port,
launchTimeout: 8000
launchTimeout: 10000
},
launch: {
dumpio: true,