mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 21:40:53 +00:00
4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
// Public state/config path helpers for plugins that persist small caches.
|
|
|
|
export { resolveOAuthDir, resolveStateDir, STATE_DIR } from "../config/paths.js";
|