/** * Node entrypoint — `node:http` server + minimal CLI flag parsing. * * Wraps the runtime-agnostic `createProxy` from src/core/proxy.ts. The * heavy lifting (transform, render, PNG) is identical to the Worker * version; only the request/response plumbing differs. */ export {}; //# sourceMappingURL=node.d.ts.map