()
| 6 | * => Consistent defaults and centralized top-level control of configuration via the CLI. |
| 7 | */ |
| 8 | export function defaultConfig(): PrismaConfigInternal { |
| 9 | return makePrismaConfigInternal({ |
| 10 | loadedFromFile: null, |
| 11 | }) |
| 12 | } |
no test coverage detected