mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-22 18:35:21 -06:00
3d76246792
* refactor: resolve final export name collisions * refactor: update remaining collision rename consumers * style: format rebased auth helpers * test: update remaining session entry mocks * test: update remaining runtime mock exports * test: update delivery info path mock * refactor: reconcile combined collision sweeps * chore: regenerate collision and sdk baselines
8 lines
368 B
TypeScript
8 lines
368 B
TypeScript
// Session store path resolution.
|
|
//
|
|
// Split from the `session-store-runtime` barrel, which also value-loads the
|
|
// session accessor/state-database graph. Doctor legacy-state closures only need
|
|
// to locate a store file, and doctor enumeration cold-loads those closures.
|
|
|
|
export { resolveSessionStorePathCore as resolveStorePath } from "../config/sessions/paths.js";
|