mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-08 08:45:41 +00:00
5 lines
221 B
TypeScript
5 lines
221 B
TypeScript
// Public state/config path helpers for plugins that persist small caches.
|
|
|
|
export { resolveOAuthDir, resolveStateDir, STATE_DIR } from "../config/paths.js";
|
|
export { resolveRequiredHomeDir } from "../infra/home-dir.js";
|