Updates scripts
This commit is contained in:
parent
b3e38d7418
commit
bf95c6b9af
1 changed files with 4 additions and 3 deletions
|
|
@ -1,15 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "domain-forward",
|
"name": "domain-forward",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Service to forward domain via DoH",
|
"description": "Service to forward domain via Hosterra DoH",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=20.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "pm2 start app.js",
|
"start": "pm2 start app.js",
|
||||||
"start-proxied": "pm2 start app.js -- 5080 5443",
|
"stop": "pm2 stop app.js",
|
||||||
|
"refresh": "pm2 stop app.js && git pull && pm2 start app.js",
|
||||||
"count": "find .certs -type d | grep '.\\.' | wc -l"
|
"count": "find .certs -type d | grep '.\\.' | wc -l"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue