Add implementation
This commit is contained in:
25
dist/server/assets/index-BU_VRdfq.js
vendored
Normal file
25
dist/server/assets/index-BU_VRdfq.js
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
import { r as registerClientReference, 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";
|
||||
const HomeClient = /* @__PURE__ */ registerClientReference(() => {
|
||||
throw new Error("Unexpectedly client reference export 'default' is called on server");
|
||||
}, "5ce7e027532e", "default");
|
||||
async function HomePage() {
|
||||
return /* @__PURE__ */ jsxRuntime_reactServerExports.jsx(HomeClient, {});
|
||||
}
|
||||
const getConfig = async () => {
|
||||
return { render: "dynamic" };
|
||||
};
|
||||
export {
|
||||
HomePage as default,
|
||||
getConfig
|
||||
};
|
||||
Reference in New Issue
Block a user