expand node space size

This commit is contained in:
sevichecc 2023-01-13 18:16:31 +08:00
parent 2e39f0d002
commit 32a20d18c6

View file

@ -12,8 +12,8 @@
"tsc:watch": "tsc -w -p tsconfig.node.json", "tsc:watch": "tsc -w -p tsconfig.node.json",
"urara:build": "node urara.js build", "urara:build": "node urara.js build",
"urara:watch": "node urara.js watch", "urara:watch": "node urara.js watch",
"kit:dev": "cross-env NODE_OPTIONS=--max_old_space_size=8192 vite dev", "kit:dev": "cross-env NODE_OPTIONS=--max_old_space_size=9126 vite dev",
"kit:build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 vite build", "kit:build": "cross-env NODE_OPTIONS=--max_old_space_size=9126 vite build",
"dev:parallel": "npm-run-all -p -r tsc:watch urara:watch \"kit:dev {@} \" --", "dev:parallel": "npm-run-all -p -r tsc:watch urara:watch \"kit:dev {@} \" --",
"dev": "npm-run-all -s tsc \"dev:parallel {@} \" --", "dev": "npm-run-all -s tsc \"dev:parallel {@} \" --",
"build": "npm-run-all -s tsc urara:build kit:build clean", "build": "npm-run-all -s tsc urara:build kit:build clean",