mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
edited console msg
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user