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 bbf09c9 commit f253dacCopy full SHA for f253dac
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": "vite build",
+ "build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 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",
0 commit comments