edited console msg

This commit is contained in:
Emir Karabeg
2025-02-17 14:57:35 -08:00
parent eb6812aaa8
commit 5e0998dc49
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ export default {
out: './db/migrations',
dialect: 'postgresql',
dbCredentials: {
url: 'postgresql://postgres:%23WaldoEmmy1@db.jchdgebatsqopodtyast.supabase.co:5432/postgres',
url: process.env.DATABASE_URL!,
},
} satisfies Config
+1
View File
@@ -25,6 +25,7 @@ async function syncWorkflowToServer(payload: SyncPayload): Promise<boolean> {
throw new Error(`Sync failed: ${response.statusText}`)
}
console.log('Workflow synced successfully')
return true
} catch (error) {
console.error('Error syncing workflow:', error)