diff --git a/package.json b/package.json index a013a94..c1655fd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Simple SMVA save file templating system.", "bin": "indexer.mjs", "scripts": { - "start": "node indexer.mjs", + "start": "node build/smva-indexer-bundle.js", "build": "npm run build-rollup && concurrently -i -n Win,Mac,Lin -c blue,white,yellow \"npm run build-win-nexe\" \"npm run build-mac-nexe\" \"npm run build-lin-nexe\"", "build-rollup": "rollup -c rollup.config.js -f commonjs indexer.mjs", "build-win-nexe": "nexe -t windows-x86-14.15.3 -i build/smva-indexer-bundle.js -n indexer -o build/smva-indexer-win.exe --verbose",