mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 09:39:17 +01:00
Don't rebuild backend on every restart
This commit is contained in:
parent
53bc7725ab
commit
c5c2d67fce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue