-
Fix export of `DrizzleQueryError` (fixes #4618) (#4778)
发布于
2025-07-29 08:48:20 +00:00 - Fix export of
DrizzleQueryError(fixes #4618)
There was a module name clash of
src/errors.tsand
src/errors/index.ts. This commit movesDrizzleQueryErrorinto
src/errors.tsand removes the module clash to fix the issue.- Changelog
Co-authored-by: AndriiSherman andreysherman11@gmail.com
下载附件
- Fix export of