./src/ssr.jsSSR-only entry point.
import { h, tags, renderToString } from "@ztools.org/runtime/ssr";
Use this entry in Node/build pipelines when you only need SSR helpers and no browser runtime.
Re-exports ./src/ssr.js.
Use this on Node/server build steps to generate HTML with:
htag / tagsrenderToStringrawHtml