Reference

renderAppRouterClientAsset

Renders a development client asset generated by the app-router Vite integration.

Signature

function renderAppRouterClientAsset(appDir: string, pathname: string, options: { dev?: boolean; vitePlugins?: readonly PluginOption[] }): Promise<Response>