in lib/sscaff.ts [60:63]
async function executePreHook() { if (!hooks?.pre) { return; } await Promise.resolve(hooks.pre(variables)); }