chore: add auth path getter too

This commit is contained in:
Cristina Poncela Cubeiro
2026-06-18 12:59:15 +02:00
parent d799c72200
commit 60fb6dc6a6
+4
View File
@@ -14,6 +14,10 @@ export function getOrchestratorDir(): string {
return join(piDir, "orchestrator");
}
export function getAuthPath(): string {
return join(getOrchestratorDir(), "auth.json");
}
export function getMachinePath(): string {
return join(getOrchestratorDir(), "machine.json");
}