/** * diff.ts — Diff page stub. * * Diffs are now fully server-side rendered. This module is kept as a stub * so the page bundle doesn't break, but it no longer touches the DOM. */ export async function initDiff(): Promise { // SSR — nothing to do client-side. }