Failed to parse syntax of config file
Hi! I've a problem, when I build my nest js api with prisma and try to use a command in my project in production like "npx prisma db push", I've this error :
This is my current prisma.config.js, the same as the example project with nestjs of the documentation :
The error only appears in production in my virtual private server. I've no problems with running prisma in my nest js project in devlopment or in production on my computer.
I try some help with No Access but I didn't found any solution : https://discord.com/channels/937751382725886062/1458659390340075667
Thx in advance for your help!
This is my current prisma.config.js, the same as the example project with nestjs of the documentation :
The error only appears in production in my virtual private server. I've no problems with running prisma in my nest js project in devlopment or in production on my computer.
I try some help with No Access but I didn't found any solution : https://discord.com/channels/937751382725886062/1458659390340075667
Thx in advance for your help!
ORM