File size: 232 Bytes
4aef0ac
 
86731f4
 
 
4aef0ac
86731f4
 
 
1
2
3
4
5
6
7
8
9
10
#!/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