File size: 200 Bytes
03eabfb
bff1056
03eabfb
bff1056
 
 
1
2
3
4
5
6
7
import { runPostgresMigrationCli } from '../server/postgresMigration.js';

runPostgresMigrationCli().catch((err) => {
  console.error('PostgreSQL migration failed:', err);
  process.exitCode = 1;
});