make rate-limiting and auto-restart optional via flag and modify readme

This commit is contained in:
schlagmichdoch 2023-01-11 14:21:54 +01:00
parent f12872bf5c
commit 57851902f9
6 changed files with 101 additions and 35 deletions

View file

@ -5,6 +5,7 @@
"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"
},
"author": "",