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