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 42c616b commit 5f4861cCopy full SHA for 5f4861c
client/VERSION
@@ -1 +1 @@
1
-2.4.3
+2.4.4
client/packages/lowcoder-comps/package.json
@@ -197,7 +197,7 @@
197
}
198
},
199
"scripts": {
200
- "start": "NODE_OPTIONS=--max_old_space_size=6144 vite",
+ "start": "NODE_OPTIONS=--max_old_space_size=12288 vite",
201
"build": "yarn test && lowcoder-cli build",
202
"build_only": "lowcoder-cli build",
203
"build_publish": "lowcoder-cli build --publish",
0 commit comments