Prisma db push in offline setting
Hi,
For my application use case, it's hosted on an environment with no internet connection. When I run
For my application use case, it's hosted on an environment with no internet connection. When I run
npx prisma db push --schema <path> I get an error about trying to reach some host to download the binaries. Is it possible to skip this step? As the app is an image that had npm install ran on it so the prisma files are in the node modules