1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 16:58:26 -04:00
hugo-extended/index.js
2023-05-17 08:31:53 +03:00

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;