1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-27 15:56:22 -04:00
hugo-extended/index.js
2021-12-07 12:33:30 +02:00

5 lines
113 B
JavaScript

import process from 'node:process';
import lib from './lib/index.js';
export default lib(process.cwd()).path();