mirror of
https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
synced 2025-11-20 11:45:51 +00:00
Add less verbose xpopdev npm script
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
"description": "Store XRPL Proof of Validation messages",
|
"description": "Store XRPL Proof of Validation messages",
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon ."
|
"dev": "nodemon .",
|
||||||
|
"xpopdev": "source .env && nodemon --max-old-space-size=20 ."
|
||||||
},
|
},
|
||||||
"author": "Wietse Wind <w@xrpl-labs.com>",
|
"author": "Wietse Wind <w@xrpl-labs.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user