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.
- package/dist/server/modules/storage/local/local-storage.service.js +2 -2
- package/dist/server/modules/storage/local/local-storage.service.js.map +1 -1
- package/dist/server/templates/5-agents-dev.json +99 -99
- package/dist/server/tsconfig.tsbuildinfo +1 -1
- package/dist/templates/5-agents-dev.json +99 -99
- package/package.json +5 -1
|
@@ -364,7 +364,7 @@ let LocalStorageService = class LocalStorageService {
|
|
|
364
364
|
id: randomUUID(),
|
|
365
365
|
projectId: project.id,
|
|
366
366
|
sourceName,
|
|
367
|
-
enabled:
|
|
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:
|
|
429
|
+
enabled: true,
|
|
430
430
|
createdAt: now,
|
|
431
431
|
})));
|
|
432
432
|
}
|