hello everyone, what is the difference between `no...
# orm-help
n
hello everyone, what is the difference between
node_modules/.prisma/client
and
node_modules/@prisma/client
? (didn't know about node_modules/.prisma until vscode autoimported from there today for the first time)
t
.prisma/client is your generated code which references some shared code from @prisma/client
💯 1
r
You can read more about that here.