This commit is contained in:
g
2026-01-11 07:25:27 +00:00
parent 24c752d52b
commit 027cc49430
9 changed files with 7190 additions and 18 deletions

7
.pnpmrc Normal file
View File

@@ -0,0 +1,7 @@
# Optimize Node.js memory usage during builds
node-options=--max-old-space-size=4096
# Reduce output noise
loglevel=error
# Speed up builds
fund=false
audit=false