mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
The npm package ships with better-sqlite3 compiled for Linux x64. On Windows and macOS, the binary is incompatible and fails to load. Added postinstall script that: - Detects if the bundled native module is incompatible - Automatically runs 'npm rebuild better-sqlite3' to compile for the target platform - Provides manual fallback instructions if rebuild fails