Make checkpoints configurable in settings.json (#1251)

This commit is contained in:
Louis Jimenez
2025-06-20 00:39:15 -04:00
committed by GitHub
parent 23fe8abb74
commit 18d2f3bebd
11 changed files with 50 additions and 21 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export async function main() {
// Initialize centralized FileDiscoveryService
config.getFileService();
if (config.getCheckpointEnabled()) {
if (config.getCheckpointingEnabled()) {
try {
await config.getGitService();
} catch {