Skip to content

Commit

Permalink
feat: Enable debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Nov 19, 2024
1 parent cd88e22 commit 77e5f08
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 @@ -11,7 +11,7 @@
"scripts": {
"dev": "make content && NODE_OPTIONS='--openssl-legacy-provider --max_old_space_size=4096' next",
"update-wiki-content": "make content",
"build": "lingui compile && NODE_OPTIONS='--max_old_space_size=16384 --openssl-legacy-provider' next build",
"build": "lingui compile && NODE_OPTIONS='--max_old_space_size=16384 --openssl-legacy-provider' next build -d",
"start": "GLOBAL_AGENT_ENVIRONMENT_VARIABLE_NAMESPACE='' NODE_OPTIONS='-r \"./configure-proxy\" --max_old_space_size=2048 --openssl-legacy-provider --unhandled-rejections=warn' next start -p $PORT",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
Expand Down

0 comments on commit 77e5f08

Please sign in to comment.