Harden local setup and development startup

This commit is contained in:
2026-07-25 17:14:19 -06:00
parent e8d2435cc2
commit feaa882fc3
10 changed files with 221 additions and 46 deletions
+6
View File
@@ -0,0 +1,6 @@
cache=.cache/npm
prefer-offline=true
fetch-retries=5
fetch-retry-factor=2
fetch-retry-mintimeout=1000
fetch-retry-maxtimeout=60000