Skip to content

Commit

Permalink
Large scan support for npm start as well
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim committed Oct 14, 2024
1 parent 28e73d1 commit d4c3b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"build": "npm run copyfiles && tsc",
"build:watch": "npm run build -- --watch",
"copyfiles": "node ./scripts/copyFiles.js src/static/ejs dist/static && node ./scripts/copyFiles.js src/constants/errorMeta.json dist/constants && node ./scripts/copyFiles.js exclusions.txt dist",
"start": "node dist/index.js",
"start": "node --max-old-space-size=6144 dist/index.js",
"cli": "node --max-old-space-size=6144 dist/cli.js",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit d4c3b94

Please sign in to comment.