prisma generate
# orm-help
f
prisma generate
👍 1
k
ooh, that generated a bunch of different things and nothing that looked like what I deleted. Just realised I still had a copy open
f
Oh, sorry. But usually it just regenerates everything that is located in your prisma.yml under the generate keyword
For us it's: generate: - generator: javascript-client output: ./generated/prisma-client/ And it then outputs the whole js client into the ./generated/prisma-client directory