Update package.json

This commit is contained in:
freearhey 2023-10-09 15:43:55 +03:00
parent 89e7f375da
commit 230e426c9c

View file

@ -3,7 +3,7 @@
"private": true,
"scripts": {
"dev": "vite dev",
"build": "NODE_OPTIONS='--max-old-space-size=4096' vite build",
"build": "NODE_OPTIONS='--max-old-space-size=6144' vite build",
"preview": "vite preview"
},
"devDependencies": {