mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-30 02:45:58 +00:00
implementing options to make PairDrop reachable on localhost only to prevent bypassing the proxy server on production
This commit is contained in:
+2
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user