Remove src/generated from .dockerignore so Turbopack can resolve
@/generated/prisma/client during build. The files are regenerated
by prisma generate inside the builder anyway.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Was accidentally excluded from .dockerignore, causing migrate deploy
to find no migration files and skip all schema creation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>