implementing options to make PairDrop reachable on localhost only to prevent bypassing the proxy server on production

This commit is contained in:
schlagmichdoch 2023-02-14 02:41:06 +01:00
parent bac272c0f3
commit 58a32d43b3
3 changed files with 43 additions and 22 deletions

View file

@ -4,9 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js public",
"start:prod": "node index.js public --rate-limit --auto-restart",
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js",
"start:prod": "node index.js --rate-limit --auto-restart"
},
"author": "",
"license": "ISC",