feat: add job state reset functionality and improve user prompts

This commit is contained in:
2025-11-04 22:37:43 +01:00
parent 3116312cbc
commit 2255845dbe
3 changed files with 62 additions and 4 deletions

View File

@@ -99,6 +99,10 @@ export class JobState {
this.save(email, st)
}
}
getJobStateDir(): string {
return this.baseDir
}
}
export default JobState