pm2
This commit is contained in:
parent
ca79e88b46
commit
7661a46132
2 changed files with 3498 additions and 81 deletions
|
|
@ -4,7 +4,9 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "pm2 start app.js",
|
||||
"start-proxied": "pm2 start app.js -- 5080 5443"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
@ -14,5 +16,8 @@
|
|||
"axios": "^0.21.1",
|
||||
"jose-node-cjs-runtime": "^3.12.2",
|
||||
"pem": "^1.14.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pm2": "^5.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue