Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed May 22, 2024
2 parents c5a2f53 + 43c7e31 commit 5adbe70
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 @@ -27,7 +27,7 @@
"types": "dist/node/index.d.ts",
"scripts": {
"start": "nodemon",
"launch": "node --max-old-space-size=8192 --experimental-specifier-resolution=node ./dist/cjs/index.js",
"launch": "node --max-old-space-size=8192 --experimental-specifier-resolution=node ./dist/node/index.js",
"test": "jest ./src",
"test:hash": "jest ./src/hash",
"test:domain": "jest ./src/domain",
Expand Down

0 comments on commit 5adbe70

Please sign in to comment.