You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: load Prisma client via dynamic import() with path normalization
Ports upstream PR codepunkt#32 (codepunkt#32).
createContext becomes async and loads clientPath via await import() with
paths normalized so relative and absolute filesystem specifiers resolve
against process.cwd() and convert to file:// URLs, while bare specifiers
and existing file:// URLs pass through. Fixes Prisma 7 prisma-client
generator compatibility.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments