Skip to content

Commit

Permalink
fix(driver-adapter-utils): fix "Cannot find namespace 'debug'"
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Feb 28, 2024
1 parent c29da6e commit 7f4d57c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions packages/driver-adapter-utils/src/debug.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/driver-adapter-utils/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { bindAdapter } from './binder'
export { ColumnTypeEnum, JsonNullMarker } from './const'
export { Debug } from './debug'
export { err, ok, type Result } from './result'
export type * from './types'
export { Debug } from '@prisma/debug'

0 comments on commit 7f4d57c

Please sign in to comment.