Added a postinstall script to package.json to ensure the Prisma client is automatically generated after dependency installation. This eliminates the need for manual generation steps when setting up the project, ensuring the generated client is always available and in sync with the schema after npm install or yarn install.

Automated Prisma client generation on install - subh05sus/sparkmentis-superadmin