♻️ Re-organize workspace folders
This commit is contained in:
9
packages/prisma/index.ts
Normal file
9
packages/prisma/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
export * from '@prisma/client'
|
||||
|
||||
// Named export for enums to avoid vite barrel export bug (https://github.com/nrwl/nx/issues/13704)
|
||||
export {
|
||||
Plan,
|
||||
WorkspaceRole,
|
||||
GraphNavigation,
|
||||
CollaborationType,
|
||||
} from '@prisma/client'
|
Reference in New Issue
Block a user