mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-27 14:46:22 -04:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
import process from 'node:process';
|
|
import lib from './lib/index.js';
|
|
|
|
const hugoBin = await lib(process.cwd());
|
|
|
|
export default hugoBin.path();
|