1/// Emit `sse.ts` — the inlined SSE runtime (no external dependencies). 2pub fn emit_sse() -> String { 3 include_str!("../../templates/sse.ts.j2").to_string() 4}