29 lines
948 B
JavaScript
29 lines
948 B
JavaScript
import { a as jsxRuntime_reactServerExports } from "./server-entry-inner-DFzcLk7e.js";
|
|
import "node:async_hooks";
|
|
import "node:path";
|
|
import "http";
|
|
import "http2";
|
|
import "stream";
|
|
import "crypto";
|
|
import "fs";
|
|
import "path";
|
|
import "process";
|
|
import "../__vite_rsc_assets_manifest.js";
|
|
import "../__waku_build_metadata.js";
|
|
function Root({ children }) {
|
|
return /* @__PURE__ */ jsxRuntime_reactServerExports.jsxs("html", { lang: "en", children: [
|
|
/* @__PURE__ */ jsxRuntime_reactServerExports.jsxs("head", { children: [
|
|
/* @__PURE__ */ jsxRuntime_reactServerExports.jsx("meta", { charSet: "utf-8" }),
|
|
/* @__PURE__ */ jsxRuntime_reactServerExports.jsx("meta", { name: "viewport", content: "width=device-width, initial-scale=1" })
|
|
] }),
|
|
/* @__PURE__ */ jsxRuntime_reactServerExports.jsx("body", { children })
|
|
] });
|
|
}
|
|
const getConfig = () => {
|
|
return { render: "dynamic" };
|
|
};
|
|
export {
|
|
Root as default,
|
|
getConfig
|
|
};
|