mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Replace the ripgrep_launcher.cjs intermediary with direct binary execution. This simplifies the ripgrep module by spawning the binary directly instead of going through a Node.js subprocess wrapper. Add platform-specific binary path resolution to handle both Unix and Windows environments.