We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15c750 commit 531a90dCopy full SHA for 531a90d
app/gui/package.json
@@ -23,7 +23,7 @@
23
],
24
"scripts": {
25
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json",
26
- "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
+ "build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 vite build",
27
"build-cloud": "cross-env ENSO_IDE_CLOUD_BUILD=true corepack pnpm run build",
28
"preview": "vite preview",
29
"lint": "eslint . --cache --max-warnings=0",
0 commit comments