Files
cli/assistant/src/test/get-bun.ts

5 lines
131 B
TypeScript

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