Increase max size
This commit is contained in:
parent
55b9e530e0
commit
541f66d784
|
@ -5,7 +5,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"svelte-check": "svelte-check --no-tsconfig",
|
"svelte-check": "svelte-check --no-tsconfig",
|
||||||
"build": "yarn svelte-check && routify -b && vite build --emptyOutDir",
|
"build": "yarn svelte-check && routify -b && NODE_OPTIONS=\"--max_old_space_size=4096\" vite build --emptyOutDir",
|
||||||
"start": "routify -c rollup",
|
"start": "routify -c rollup",
|
||||||
"dev": "routify -c dev:vite",
|
"dev": "routify -c dev:vite",
|
||||||
"dev:vite": "vite --host 0.0.0.0",
|
"dev:vite": "vite --host 0.0.0.0",
|
||||||
|
|
Loading…
Reference in New Issue