--- import { execa } from "execa"; import "@styles/global.sass"; const { stdout: gitCommit } = await execa("git", ["rev-parse", "HEAD"]); ---
commit: {gitCommit}