Update package.json

This commit is contained in:
2023-06-29 02:18:37 +02:00
committed by GitHub
parent 8eaef987fc
commit b9524915e4

View File

@@ -7,8 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js", "start": "node index.js",
"lint": "eslint --fix --ext .js,.jsx .", "lint": "eslint --fix --ext .js,.jsx .",
"start-server": "pm2 start Lunaris", "start-server": "pm2 start index.js",
"stop-server": "pm2 stop Lunaris", "stop-server": "pm2 stop index.js",
"updater": "node maintenance.js" "updater": "node maintenance.js"
}, },
"repository": { "repository": {