fix: finalize backup hardening

This commit is contained in:
Gustavo Madeira Santana 2026-03-08 15:42:49 -04:00
parent 581ab65019
commit 4f98de2f64
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ export async function resolveBackupPlanFromDisk(
});
const workspaceDirs = includeWorkspace ? cleanupPlan.workspaceDirs : [];
const rawCandidates = [
const rawCandidates: Array<Pick<BackupAssetCandidate, "kind" | "sourcePath">> = [
{ kind: "state", sourcePath: path.resolve(stateDir) },
...(cleanupPlan.configInsideState
? []