/** * Database Seeding Scanfix * * Detects whether the local dev database is running and seeded. * - No DB → auto-runs pnpm seed * - DB exists but empty → prompts user for seeding strategy */ import type { Fix } from '../../../../types/index.js'; export declare const dbSeedFixes: Fix[]; //# sourceMappingURL=db-seed.d.ts.map