code cleanup

This commit is contained in:
Jan Prochazka
2021-05-27 15:09:59 +02:00
parent d67637c7e8
commit 9af28e7d20
2 changed files with 2 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ const engines = [
server: 'localhost',
port: 15001,
},
skipOnGithub: true,
objects: [views],
},
{
@@ -90,6 +91,7 @@ const engines = [
server: 'localhost',
port: 15003,
},
skipOnGithub: true,
objects: [views],
},
];