Failed to parse syntax of config file
Hi everyone,
I get this error when executing
My
This seems to be related to switching the
I get this error when executing
pnpm prisma generate:My
prisma.config.ts file looks as follows:This seems to be related to switching the
engine from 'classic to 'js' (I'm running into issues with Docker compose so I wanted to give the new engine option a try). Maybe the adapter is not correctly set up? I'm having a hard time figuring out how to configure this with the PostgreSQL-Adapter correctly... the error message doesn't really say anything. In the TypeScript definitions, every property is optional.