|
// LEGACY placeholder — to be filled in by T-1.5 (stream + binary stream + sequence)
|
|
import type { Express } from "express";
|
|
|
|
export function registerStreamRoutes(_app: Express): void {
|
|
// TODO T-1.5: S-02 binary stream, S-04 sequence resume, S-05 snapshot
|
|
}
|