Increase max size

This commit is contained in:
Adria Navarro 2024-11-26 12:48:19 +01:00
parent 55b9e530e0
commit 541f66d784
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"private": true,
"scripts": {
"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",
"dev": "routify -c dev:vite",
"dev:vite": "vite --host 0.0.0.0",