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 f67eecb commit f33877aCopy full SHA for f33877a
src/Exceptionless.Web/ClientApp/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"dev": "cross-env NODE_OPTIONS=--trace-warnings vite dev",
7
"dev:api": "cross-env ASPNETCORE_URLS=https://be.exceptionless.io/ vite dev",
8
- "build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 vite build",
+ "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
9
"preview": "vite preview",
10
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
11
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
@@ -100,4 +100,4 @@
100
"overrides": {
101
"storybook": "$storybook"
102
}
103
-}
+}
0 commit comments