Skip to content

Commit

Permalink
increase memory alloc limit for building
Browse files Browse the repository at this point in the history
Signed-off-by: grnd-alt <[email protected]>
  • Loading branch information
grnd-alt committed Nov 13, 2024
1 parent 6bf25be commit fd2626c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"main": "src/main.tsx",
"scripts": {
"build": "vite --mode production build",
"build": "NODE_OPTIONS='--max-old-space-size=4096' vite --mode production build",
"dev": "vite --mode development build",
"watch": "vite --mode development build --watch",
"lint": "eslint --ext .js,.mjs,.ts,.tsx,.vue src websocket_server tests/integration ",
Expand Down Expand Up @@ -89,4 +89,4 @@
"node": "^20",
"npm": "^10"
}
}
}

0 comments on commit fd2626c

Please sign in to comment.