Skip to content

Commit

Permalink
fix deploys (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 authored Feb 22, 2024
1 parent 7e09ad8 commit cfc0304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "esnext",
"scripts": {
"start": "node --experimental-specifier-resolution=node --loader ts-node/esm app.ts",
"start-lean": "node --experimental-specifier-resolution=node --optimize-for-size --max-old-space-size=200 ts-out/server/app.js",
"start-lean": "node --experimental-specifier-resolution=node --optimize-for-size --max-old-space-size=200 ts-out/app.js",
"debug": "nodemon --exec node --experimental-specifier-resolution=node --loader ts-node/esm --ignore 'tests/*' --inspect -e ts,js app.ts",
"build": "tsc",
"lint": "tsc --noEmit && eslint --fix .",
Expand Down

0 comments on commit cfc0304

Please sign in to comment.