Deploy update

This commit is contained in:
WBHarry 2025-06-22 14:39:46 +02:00
parent 475afb48fb
commit 8857e63006
2 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,7 @@
"scripts": {
"start": "concurrently \"rollup -c --watch\" \"node ../../../../FoundryDev/main.js --dataPath=../../../ --noupnp\" \"gulp\"",
"start-test": "node ./resources/app/main.js --dataPath=./ && rollup -c --watch && gulp",
"rollup": "rollup -c",
"pushLDBtoYML": "node ./tools/pushLDBtoYML.mjs",
"pullYMLtoLDB": "node ./tools/pullYMLtoLDB.mjs",
"createSymlink": "node ./tools/create-symlink.mjs"