MCPcopy
hub / github.com/prisma/prisma / defaultConfig

Function defaultConfig

packages/config/src/defaultConfig.ts:8–12  ·  packages/config/src/defaultConfig.ts::defaultConfig
()

Source from the content-addressed store, hash-verified

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

Callers 4

defineConfigFunction · 0.90
loadConfigFromFileFunction · 0.90

Calls 1

makePrismaConfigInternalFunction · 0.90

Tested by

no test coverage detected