This commit is contained in:
Patrick
2026-06-07 21:17:07 +02:00
parent c37cf16ac2
commit b1ed1b52e2
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ async function initDb() {
} }
}); });
const PORT = process.env.PORT || 3000; const PORT = process.env.PORT || 3001;
app.listen(PORT, () => { app.listen(PORT, () => {
console.log(`Server running on port ${PORT}`); console.log(`Server running on port ${PORT}`);
}); });
+1 -2
View File
@@ -5,8 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
"airclientauth": "node index.js", "airclientauth": "node index.js"
"test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",