chore: updates db-mongodb imports for ESM

This commit is contained in:
Kendell Joseph
2024-03-06 13:55:05 -05:00
parent 38798aec73
commit 3090e7c163
32 changed files with 102 additions and 102 deletions

View File

@@ -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,