pet-insurance-admin-backend v1.0.0 built: 2026-09-08T09:45:04.147Z node: v24.10.0 files: 80 Deploy: 1. Upload the contents of this folder to the app root on the server. 2. Create/fill .env from .env.production.example. 3. npm ci --omit=dev (postinstall runs `prisma generate`) 4. npx prisma migrate deploy 5. node prisma/seed.js (first deploy only) 6. Start: node server.js See DEPLOY.md for the full cPanel / Passenger walkthrough.