devchain-cli 0.10.3 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -364,7 +364,7 @@ let LocalStorageService = class LocalStorageService {
364
364
  id: randomUUID(),
365
365
  projectId: project.id,
366
366
  sourceName,
367
- enabled: false,
367
+ enabled: true,
368
368
  createdAt: now,
369
369
  })));
370
370
  }
@@ -426,7 +426,7 @@ let LocalStorageService = class LocalStorageService {
426
426
  id: randomUUID(),
427
427
  projectId: project.id,
428
428
  sourceName,
429
- enabled: false,
429
+ enabled: true,
430
430
  createdAt: now,
431
431
  })));
432
432
  }