Function: resolveDefaultWrapperPath()
ts
function resolveDefaultWrapperPath(): string;Defined in: src/batteries/llm/claude_code_cli/adapter.ts:92
Resolve the built wrapper asset's on-disk path relative to this module's own compiled location. adapter.ts carries its own @module tag (per the per-file tagging convention every other multi-file battery uses), so it compiles to dist/batteries/llm/claude_code_cli/adapter.mjs — three directories below the package root, where the wrapper (an explicit, un-tagged vite.config.mts entry key) compiles to dist/claude-code-cli-wrapper.mjs.
Returns
string