From 1c411ba2ee61bf6478645a94ba5a059b998d3d0f Mon Sep 17 00:00:00 2001 From: "walther.johnson" Date: Sun, 6 Jul 2025 22:09:13 -0600 Subject: [PATCH] Revert package.json to generic version --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e9d8f7fb..d7b51dfd 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,8 @@ "rollup": "^4.40.0" }, "scripts": { - "dev": "concurrently \"rollup -c --watch\" \"gulp\"", - "start": "concurrently \"rollup -c --watch\" \"node \\\"C:/Program Files/Foundry Virtual Tabletop V12/resources/app/main.js\\\" --dataPath=\\\"C:/Program Files/Foundry Virtual Tabletop V12/resources/app\\\" --noupnp\" \"gulp\"", - "start-test": "node \"C:/Program Files/Foundry Virtual Tabletop V12/resources/app/main.js\" --dataPath=\"C:/Program Files/Foundry Virtual Tabletop V12/resources/app\" && rollup -c --watch && gulp", + "start": "concurrently \"rollup -c --watch\" \"node ../../../../FoundryDev/main.js --dataPath=../../../ --noupnp\" \"gulp\"", + "start-test": "node ./resources/app/main.js --dataPath=./ && rollup -c --watch && gulp", "build": "npm run rollup && npm run gulp", "rollup": "rollup -c", "gulp": "gulp less", @@ -30,4 +29,4 @@ "lint-staged": { "**/*": "prettier --write --ignore-unknown" } -} \ No newline at end of file +}