Added confirmation before overwriting your LDB with the tool command

This commit is contained in:
WBHarry 2025-07-30 17:34:27 +02:00
parent 7bbbdce739
commit aeec92b0f4
3 changed files with 51 additions and 20 deletions

View file

@ -12,6 +12,7 @@
"build": "npm run rollup && npm run gulp",
"rollup": "rollup -c",
"gulp": "gulp less",
"readline": "^1.3.0",
"pushLDBtoYML": "node ./tools/pushLDBtoYML.mjs",
"pullYMLtoLDB": "node ./tools/pullYMLtoLDB.mjs",
"createSymlink": "node ./tools/create-symlink.mjs"