Update misc files used for mempool.space production website

This commit is contained in:
wiz
2020-05-25 18:42:00 +09:00
parent 2c345426cb
commit 003361befb
10 changed files with 105 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
"scripts": {
"build": "tsc",
"start": "npm run build && node dist/index.js",
"production": "until false;do npm install;npm run build;node dist/index.js;sleep 1;done",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {