gabriel / musehub public
diff.ts typescript
10 lines 281 B
Raw
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2 feat: add repair-commit wire endpoint (API parity with repa… Opus 4.8 minor ⚠ breaking 1 day ago
1 /**
2 * diff.ts — Diff page stub.
3 *
4 * Diffs are now fully server-side rendered. This module is kept as a stub
5 * so the page bundle doesn't break, but it no longer touches the DOM.
6 */
7
8 export async function initDiff(): Promise<void> {
9 // SSR — nothing to do client-side.
10 }
File History 1 commit
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2 feat: add repair-commit wire endpoint (API parity with repa… Opus 4.8 minor 1 day ago