Skip to content

Commit

Permalink
remove mem limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 2, 2024
1 parent 70f27be commit 03171ea
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 @@ -41,7 +41,7 @@
"db:migrate": "tsx --env-file=.env src/db/migrate.ts",
"db:update": "yarn db:generate && yarn db:migrate",
"build": "tsc && tsc-alias && node ./dist/env/limits.js",
"start": "node --max-old-space-size=1792 ./dist/app.js",
"start": "node ./dist/app.js",
"dev": "tsx --env-file=.env src/app.ts",
"validLimits": "tsx src/env/limits.ts",
"deleteAllRecords": "tsx --env-file=.env src/scripts/deleteAllRecords.ts"
Expand Down

0 comments on commit 03171ea

Please sign in to comment.