FEAT: add new script createSymlink

FEAT: add new file tools/create-symlink.mjs
FEAT: add d.ts files
FIX: add new foundry symlink to .gitignore
This commit is contained in:
Joaquin Pereyra 2025-05-31 19:14:10 -03:00
parent eaef0767d3
commit b1be109400
5 changed files with 77 additions and 2 deletions

View file

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