Skip to content

Commit

Permalink
node hungry node eat ram
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed May 28, 2024
1 parent e9abac6 commit f06c39f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wormhole-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"start": "NODE_OPTIONS=--max-http-header-size=32000 REACT_APP_CONNECT_ENV=testnet vite",
"start:mainnet": "NODE_OPTIONS=--max-http-header-size=32000 REACT_APP_CONNECT_ENV=mainnet vite",
"build": "npm run build:lib; npm run build:hosted; npm run build:netlify",
"build:lib": "NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build:hosted": "VITE_BUILD_HOSTED=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build:netlify": "VITE_BUILD_NETLIFY=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build:lib": "NODE_ENV=production NODE_OPTIONS=--max-old-space-size=10240 vite build",
"build:hosted": "VITE_BUILD_HOSTED=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=10240 vite build",
"build:netlify": "VITE_BUILD_NETLIFY=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=10240 vite build",
"lint": "scripts/lint.sh",
"lint:ci": "scripts/lint_ci.sh",
"prettier": "prettier --write ./src",
Expand Down

0 comments on commit f06c39f

Please sign in to comment.