mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Help section update #1112
Help section update #1112 Liquidity Ads LeaseFeeBase unit bug fix Bitcoind config bug fix
This commit is contained in:
parent
65ee024e8d
commit
4d5bb8e3dc
13 changed files with 157 additions and 98 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue