MCPcopy
hub / github.com/prisma/prisma / askAboutSampleModel

Method askAboutSampleModel

packages/cli/src/bootstrap/Bootstrap.ts:564–569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

562 }
563
564 private async askAboutSampleModel(): Promise<boolean> {
565 return confirm({
566 message: 'Add a sample User model to get started?',
567 default: true,
568 })
569 }
570
571 private async scaffoldTemplate(
572 templateName: string,

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected