mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
feat: update CodexLens route to spawn watcher using Python and add getVenvPythonPath export
This commit is contained in:
@@ -1446,6 +1446,12 @@ export {
|
||||
cancelIndexing,
|
||||
isIndexingInProgress,
|
||||
};
|
||||
|
||||
// Export Python path for direct spawn usage (e.g., watcher)
|
||||
export function getVenvPythonPath(): string {
|
||||
return VENV_PYTHON;
|
||||
}
|
||||
|
||||
export type { GpuMode, PythonEnvInfo };
|
||||
|
||||
// Backward-compatible export for tests
|
||||
|
||||
Reference in New Issue
Block a user