pm2
This commit is contained in:
parent
ca79e88b46
commit
7661a46132
2 changed files with 3498 additions and 81 deletions
3412
package-lock.json
generated
3412
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -4,7 +4,9 @@
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
@ -14,5 +16,8 @@
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"jose-node-cjs-runtime": "^3.12.2",
|
"jose-node-cjs-runtime": "^3.12.2",
|
||||||
"pem": "^1.14.4"
|
"pem": "^1.14.4"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"pm2": "^5.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue