--- import child_process from "child_process"; // Get commit hash const hash = child_process.execSync("git rev-parse --short HEAD").toString().trim(); ---