#!/bin/sh # 1. Run database migrations echo "🚀 Running database migrations..." pnpm --filter @repo/database migrate:deploy # 2. Start the application echo "🟢 Starting application with PM2..." pm2-runtime ecosystem.config.js