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