fcd9480f9f
* fix: update seed-insights.ts to use correct Prisma import and connection handling - Change prisma import from named export to default export to match Prisma v6.16 changes - Update promise chain from .then().catch() to .catch().finally() for proper connection cleanup - Comment out duplicate runSeed() call that was causing the script to execute twice - Fixes TypeError: Cannot read properties of undefined (reading '$connect') Co-Authored-By: [email protected] <[email protected]> * fix implementation --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>