Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
private getSchemaDir(): string {
const schemaPath = getSchemaDirSync()
if (!schemaPath) {
throw new Error(`Could not find schema.prisma`)
}
return schemaPath
}
}
public getSchemaDir(): string {
const schemaPath = getSchemaDirSync()
if (!schemaPath) {
throw new Error(`Could not find schema.prisma`)
}
return schemaPath
}