Spaces:
Runtime error
Runtime error
| import { runPostgresMigrationCli } from '../server/postgresMigration.js'; | |
| runPostgresMigrationCli().catch((err) => { | |
| console.error('PostgreSQL migration failed:', err); | |
| process.exitCode = 1; | |
| }); | |