mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 16:58:26 -04:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
import process from 'node:process';
|
|
import hugoBin from './lib/index.js';
|
|
|
|
const bin = await hugoBin(process.cwd());
|
|
const hugoPath = bin.path();
|
|
|
|
export default hugoPath;
|