chore: moves db adapters to top-level packages

This commit is contained in:
James
2023-07-31 14:26:14 -04:00
parent f69e5949e1
commit 832c1069f1
53 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -21,7 +21,6 @@ type Args = {
overrideAccess: boolean
}
/**
* Validate the Payload key / value / operator
*/

View File

@@ -38,7 +38,7 @@
},
"include": [
"src/"
],
, "packages/postgres" ],
"exclude": [
"dist",
"build",