UNPKG

create-serve

Version:

🍛 Ultralight http server with live reload. [CLI + API]

10 lines (7 loc) 217 B
import { eventSource } from './index.js'; const injectCode = () => ` <script> (() => new EventSource('${eventSource}').onmessage = () => location.reload())(); </script> `; export default injectCode;