chore(dx/client): allocate more memory for the build

This commit is contained in:
Elian Doran 2025-09-02 18:38:50 +03:00
parent 26afdd105f
commit 3fda97a9bd
No known key found for this signature in database

View File

@ -10,7 +10,7 @@
"url": "https://github.com/TriliumNext/Notes"
},
"scripts": {
"build": "vite build",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
"test": "vitest",
"circular-deps": "dpdm -T src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"
},