26 lines
763 B
JavaScript
26 lines
763 B
JavaScript
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
|
|
};
|