Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function loadPreactAppHandler
import { loadPreactAppHandler } from "https://deno.land/x/fathym_eac_runtime@v0.1.54/src/runtime/apps/loadPreactAppHandler.ts";

Parameters

esbuild: ESBuild
fileHandler: DFSFileHandler
filePath: string
dfs: EaCDistributedFileSystemDetails
dfsLookup: string
layouts:
[
string,
ComponentType<any>,
boolean,
string,
EaCRuntimeHandlerResult,
string[] | undefined,
]
[]
renderHandler: PreactRenderHandler

Returns

Promise<EaCRuntimeHandlerResult>