mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 17:39:31 +08:00
expand node space size
This commit is contained in:
parent
2e39f0d002
commit
32a20d18c6
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue