yarn start
This commit is contained in:
parent
d32ff07fa8
commit
15d5529876
@ -3,6 +3,7 @@
|
|||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
|
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"start": "yarn server & yarn txWorker & yarn healthWorker",
|
||||||
"server": "node src/app/index.js",
|
"server": "node src/app/index.js",
|
||||||
"txWorker": "node src/txWorker.js",
|
"txWorker": "node src/txWorker.js",
|
||||||
"healthWorker": "node src/healthWorker.js",
|
"healthWorker": "node src/healthWorker.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user