create-payload-app 3.0.0-beta.49 → 3.0.0-beta.50
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
|
|
2
2
|
import { mongooseAdapter } from '@payloadcms/db-mongodb' // database-adapter-import
|
3
3
|
import { lexicalEditor } from '@payloadcms/richtext-lexical'
|
4
4
|
import path from 'path'
|
5
|
-
import { buildConfig } from 'payload
|
5
|
+
import { buildConfig } from 'payload'
|
6
6
|
import { fileURLToPath } from 'url'
|
7
7
|
import sharp from 'sharp'
|
8
8
|
|