edtech / start.sh
CognxSafeTrack
feat: complete final technical debt polishing (structured logs, stripe tests, and automated migrations)
86731f4
#!/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