chore: updates db-mongodb imports for ESM
This commit is contained in:
@@ -4,7 +4,7 @@ import type { Connect } from 'payload/database'
|
||||
|
||||
import mongoose from 'mongoose'
|
||||
|
||||
import type { MongooseAdapter } from '.'
|
||||
import type { MongooseAdapter } from './index.d.ts'
|
||||
|
||||
export const connect: Connect = async function connect(
|
||||
this: MongooseAdapter,
|
||||
|
||||
Reference in New Issue
Block a user