Files
claude-context-mcp/.npmrc
Max Qian 54cc336378 Add custom gemini baseurl support (#183)
* Add Gemini API basic URL configuration, optimize CI workflow to support multiple operating systems, update dependencies and fix cleanup scripts

* Optimize build performance, add Windows specific settings and troubleshooting documentation, update configurations to support incremental builds and caching

* Optimize CI workflow to support cross platform build output validation, update documentation to include validation commands for Windows and Unix
2025-08-30 21:52:52 +08:00

18 lines
427 B
Plaintext

# Enable shell emulator for cross-platform script execution
shell-emulator=true
# Ignore workspace root check warning (already configured in package.json)
ignore-workspace-root-check=true
# Build performance optimizations
prefer-frozen-lockfile=true
auto-install-peers=true
dedupe-peer-dependents=true
# Enhanced caching
store-dir=~/.pnpm-store
cache-dir=~/.pnpm-cache
# Parallel execution optimization
child-concurrency=4