as title
This commit is contained in:
martmull
2026-01-12 11:11:51 +01:00
committed by GitHub
parent d5acc24bb7
commit ead846d57f
@@ -60,11 +60,11 @@ export class AppSyncCommand {
if (serverlessSyncResult.success === false) {
console.error(
chalk.red('❌ Serverless functions Sync failed:'),
chalk.red('❌ Application Sync failed:'),
serverlessSyncResult.error,
);
} else {
console.log(chalk.green('✅ Serverless functions synced successfully'));
console.log(chalk.green('✅ Application synced successfully'));
}
return serverlessSyncResult;