in lib/sscaff.ts [65:68]
async function executePostHook() { if (!hooks?.post) { return; } await Promise.resolve(hooks.post(variables)); }