From b1ed1b52e2c573f03bf36af65fd62ca9ebd035b2 Mon Sep 17 00:00:00 2001 From: Patrick <147879351+WinniePatGG@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:17:07 +0200 Subject: [PATCH] new push --- index.js | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index f70f43e..9807afa 100644 --- a/index.js +++ b/index.js @@ -119,7 +119,7 @@ async function initDb() { } }); - const PORT = process.env.PORT || 3000; + const PORT = process.env.PORT || 3001; app.listen(PORT, () => { console.log(`Server running on port ${PORT}`); }); diff --git a/package.json b/package.json index 63b45ee..b9707c9 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "main": "index.js", "scripts": { "start": "node index.js", - "airclientauth": "node index.js", - "test": "echo \"Error: no test specified\" && exit 1" + "airclientauth": "node index.js" }, "keywords": [], "author": "",