mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
0f7187f543
* fix: scope source daemon state by worktree * docs: clarify worktree daemon state tradeoffs * ci: harden Apple runner cache * chore: keep daemon state helper internal * ci: validate Apple runner cache restores * ci: simplify Apple runner cache setup
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
import { resolveDaemonPaths } from '../src/daemon/config.ts';
|
|
|
|
const paths = resolveDaemonPaths(process.env.AGENT_DEVICE_STATE_DIR);
|
|
|
|
process.stdout.write(`${paths.baseDir}\n`);
|