Why does this starter with Prisma have it's own postinstall script?
Prisma has it's own postinstall hook/script: https://www.prisma.io/docs/concepts/components/prisma-client/working-with-prismaclient/generating-prisma-client#generating-prisma-client-in-the-postinstall-hook-of-prismaclient
The starter's
package.json
that also has that hook/script:
https://github.com/trpc/examples-next-prisma-websockets-starter/blob/420be5a7916f4d91ae2307f484ce38c1f5c6c67c/package.json#L332 Replies