mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
The package.json has "type": "module" but bin/hapi.js uses CommonJS require() syntax. Renaming to .cjs forces Node.js to treat it as CommonJS regardless of the package type setting. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>