Help section update #1112

Help section update #1112
Liquidity Ads LeaseFeeBase unit bug fix
Bitcoind config bug fix
This commit is contained in:
ShahanaFarooqui 2022-09-28 18:15:37 -07:00
parent 65ee024e8d
commit 4d5bb8e3dc
13 changed files with 157 additions and 98 deletions

View file

@ -12,7 +12,7 @@
"buildfrontend": "ng build --configuration production",
"buildbackend": "tsc --project tsconfig.json",
"watchbackend": "tsc --project tsconfig.json --watch",
"server": "set NODE_ENV=development&&nodemon ./rtl.js",
"server": "set NODE_ENV=development&&nodemon --watch backend --watch server ./rtl.js",
"serverUbuntu": "NODE_ENV=development nodemon --watch backend --watch server ./rtl.js",
"testdev": "ng test --watch=true --code-coverage",
"test": "ng test --watch=false",