yarn start

This commit is contained in:
smart_ex 2022-07-08 10:36:09 +10:00
parent d32ff07fa8
commit 15d5529876

@ -3,6 +3,7 @@
"version": "5.0.0",
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
"scripts": {
"start": "yarn server & yarn txWorker & yarn healthWorker",
"server": "node src/app/index.js",
"txWorker": "node src/txWorker.js",
"healthWorker": "node src/healthWorker.js",