Skip to content

Commit

Permalink
change start
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacramentix committed Jun 30, 2024
1 parent 804f377 commit bc0e45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-dump-to-neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"ts-node": "node --max-old-space-size=8192 --env-file=.env --loader ts-node/esm",
"start": "node --max-old-space-size=2048 --inspect-brk=0.0.0.0:9229 --loader ts-node/esm index.ts"
"start": "node --max-old-space-size=8192 --loader ts-node/esm index.ts"
},
"type": "module",
"volta": {
Expand Down

0 comments on commit bc0e45e

Please sign in to comment.