mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Don't rebuild backend on every restart
This commit is contained in:
parent
53bc7725ab
commit
c5c2d67fce
@ -21,7 +21,7 @@
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "npm run build && node --max-old-space-size=4096 dist/index.js",
|
||||
"start": "node --max-old-space-size=4096 dist/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user