Skip to content

Commit

Permalink
udpate package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacramentix committed May 20, 2024
1 parent 38c8137 commit 45c2798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-dump-to-arango/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"ts-node": "node --env-file=.env --loader ts-node/esm",
"start": "node --env-file=.env --loader ts-node/esm index.ts"
"start": "node --loader ts-node/esm index.ts"
},
"type": "module",
"volta": {
Expand Down

0 comments on commit 45c2798

Please sign in to comment.