import { getBunPath } from '../module/get-bun-path.ts'; const bunPath = getBunPath(); console.log('Detected Bun Path:', bunPath);