mirror of
https://github.com/zilliztech/claude-context.git
synced 2025-10-06 01:10:02 +03:00
* 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
18 lines
427 B
Plaintext
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
|