UNPKG

hugo-bin-extended

Version:
8 lines (5 loc) 188 B
import process from 'node:process'; import hugoBinExtended from './lib/index.js'; const bin = await hugoBinExtended(process.cwd()); const hugoPath = bin.path(); export default hugoPath;