MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / innerRendererEntry

Function innerRendererEntry

packages/hosts/mcp-apps-shell/src/vite.ts:47–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45const packageRoot = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
46
47export const innerRendererEntry = (): string =>
48 path.resolve(packageRoot, "src/shell/inner-renderer.tsx");
49
50/**
51 * Bundle the inner renderer to a self-contained IIFE string.

Callers 1

bundleInnerRendererFunction · 0.85

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected