@prisma/config 6.5.0-dev.8 → 6.5.0-dev.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +0,0 @@
1
- import type { DeepMutable } from 'effect/Types';
2
- import { type PrismaConfigInternal } from './PrismaConfig';
3
- /**
4
- * All default values for the config shall be set here.
5
- * Modules should not have to deal with missing config values and determining a default themselves as far as possible.
6
- * => Consistent defaults and centralized top-level control of configuration via the CLI.
7
- */
8
- export declare function defaultConfig(): DeepMutable<PrismaConfigInternal>;