Add implementation
This commit is contained in:
22
dist/server/index.js
vendored
Normal file
22
dist/server/index.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import { s as serverEntry, I as INTERNAL_setAllEnv } from "./assets/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";
|
||||
async function INTERNAL_runFetch(env, req, ...args) {
|
||||
INTERNAL_setAllEnv(env);
|
||||
return serverEntry.fetch(req, ...args);
|
||||
}
|
||||
const entry_server = serverEntry.defaultExport;
|
||||
export {
|
||||
INTERNAL_runFetch,
|
||||
entry_server as default,
|
||||
serverEntry as unstable_serverEntry
|
||||
};
|
||||
Reference in New Issue
Block a user