diff --git a/package.json b/package.json index 94cfebc..af077a1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "type": "module", "scripts": { - "start": "node index.js" + "start": "PORT=3542 node index.js" }, "entry": "index.js", "keywords": [],