The new blog post is pretty confusing. I see this ...
# orm-help
s
The new blog post is pretty confusing. I see this in a few of the code examples:
const { prisma } = require('./prisma')
for building an app with Prisma but there’s no
index.js
for this to be a valid import
t
Thanks for asking this! Where exactly did you see the
require('./prisma')
? In the blog post we only use
require('./generated/prisma')