Skip to content

Commit

Permalink
space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crypticmeta committed Oct 11, 2024
1 parent 4a15ba4 commit 40e2477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Indexer for fetching and processing inscriptions and txs from local ord instance",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"start": "tsc && node --max-old-space-size=4096 dist/index.js",
"dev": "nodemon --exec ts-node src/index.ts",
"build": "tsc",
"test": "jest",
Expand Down

0 comments on commit 40e2477

Please sign in to comment.