chore: Resolve eslint errors

This commit is contained in:
Sidharth Vinod
2024-06-29 16:20:46 +05:30
parent 4a50feb5d9
commit 4c6e2783b0
13 changed files with 32 additions and 25 deletions

View File

@@ -23,8 +23,9 @@ async function createServer() {
app.use(express.static('cypress/platform'));
app.listen(9000, () => {
// eslint-disable-next-line no-console
console.log(`Listening on http://localhost:9000`);
});
}
createServer();
void createServer();