@tenonhq/sincronia-core 0.0.21 → 0.0.22
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.
|
@@ -220,7 +220,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
220
220
|
}
|
|
221
221
|
Logger_1.logger.info(`Manifest written to: ${manifestPath}`);
|
|
222
222
|
Logger_1.logger.info("\nAll scope files have been downloaded to their respective source directories.");
|
|
223
|
-
Logger_1.logger.success("\nYou can now use 'npx sinc
|
|
223
|
+
Logger_1.logger.success("\nYou can now use 'npx sinc watchAllScopes' to start development mode!");
|
|
224
224
|
}
|
|
225
225
|
catch (e) {
|
|
226
226
|
Logger_1.logger.error("Error initializing scopes: " + e);
|