diff --git a/package.json b/package.json index 391b2fb..3a4fa6c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "type": "module", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "pm2 start server.js" }, "keywords": [], "author": "",