chore: moves db adapters to top-level packages
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
import type { Webpack } from '../../../types';
|
||||
import type { Webpack } from 'payload/dist/database/types';
|
||||
|
||||
export const webpack: Webpack = (config) => {
|
||||
return {
|
||||
@@ -21,7 +21,6 @@ type Args = {
|
||||
overrideAccess: boolean
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Validate the Payload key / value / operator
|
||||
*/
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
},
|
||||
"include": [
|
||||
"src/"
|
||||
],
|
||||
, "packages/postgres" ],
|
||||
"exclude": [
|
||||
"dist",
|
||||
"build",
|
||||
|
||||
Reference in New Issue
Block a user