1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-09-13 06:25:32 -04:00
Files
hugo-extended/postinstall.js
2021-11-01 14:06:51 -04:00

5 lines
109 B
JavaScript

import install from "./lib/install.js";
// Install Hugo right off the bat.
(async () => await install())();