1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-27 17:00:30 -04:00
hugo-extended/index.js
2023-03-17 09:22:09 +02:00

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();