Add implementation
This commit is contained in:
28
dist/server/assets/_root-_BZAZd6T.js
vendored
Normal file
28
dist/server/assets/_root-_BZAZd6T.js
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
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
|
||||
};
|
||||
Reference in New Issue
Block a user