Added confirmation before overwriting your LDB with the tool command (#482)

This commit is contained in:
WBHarry 2025-07-31 03:26:42 +02:00 committed by GitHub
parent bb9036ee7a
commit 243630878b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"