()
| 45 | const packageRoot = path.resolve(path.dirname(fileURLToPath(import.meta.url)), ".."); |
| 46 | |
| 47 | export 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. |
no test coverage detected