everything-dev
Version:
A consolidated product package for building Module Federation apps with oRPC APIs.
6 lines (5 loc) • 810 B
JavaScript
import { getBaseStyles, getHydrateScript, getRemoteEntryScript, getRemoteScripts, getThemeInitScript } from "./head.mjs";
import { SOCIAL_IMAGE_HEIGHT, SOCIAL_IMAGE_WIDTH, createDotIconSvg, createPngIcoBuffer, getSocialImageMeta } from "./metadata.mjs";
import { collectHeadData, getLinkKey, getMetaKey, getScriptKey } from "./router.mjs";
import { buildPublishedAccountHref, buildPublishedGatewayHref, buildRuntimeHref, getRuntimeConfig } from "./runtime.mjs";
export { SOCIAL_IMAGE_HEIGHT, SOCIAL_IMAGE_WIDTH, buildPublishedAccountHref, buildPublishedGatewayHref, buildRuntimeHref, collectHeadData, createDotIconSvg, createPngIcoBuffer, getBaseStyles, getHydrateScript, getLinkKey, getMetaKey, getRemoteEntryScript, getRemoteScripts, getRuntimeConfig, getScriptKey, getSocialImageMeta, getThemeInitScript };