Update package.json
Add count domains
This commit is contained in:
parent
3a0d30ca43
commit
66941c15a3
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "pm2 start app.js",
|
||||
"start-proxied": "pm2 start app.js -- 5080 5443"
|
||||
"start-proxied": "pm2 start app.js -- 5080 5443",
|
||||
"count": "find .certs -type d | grep '.\\.' | wc -l"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue