release: WRNexusJS 0.6.0
This commit is contained in:
@@ -422,3 +422,6 @@ export function streamDocumentResponse(
|
||||
if (!headers.has("content-type")) headers.set("content-type", "text/html; charset=utf-8");
|
||||
return new Response(renderDocumentStream(opts), { ...init, headers });
|
||||
}
|
||||
|
||||
export * from "./rpc.ts";
|
||||
export * from "./store-context.ts";
|
||||
|
||||
Reference in New Issue
Block a user