npx @better-auth/cli generate logs weird stuff on the console when run and fails
I just upgrade to
The error makes no sense to me. It says the URL must start with "file:", but the url actually does start with file: and the error logs are even showing the line where file: is set
Has anyone else encountered this issue?
1.3.3 and for good measure I wanted to execute the cli comman generate and noticed that is logging some code in the terminal (added a screenshot, because it's too much text) and throws a prisma error at me.The error makes no sense to me. It says the URL must start with "file:", but the url actually does start with file: and the error logs are even showing the line where file: is set

Solution
AH! Found the issue! I had to add 
dotenvx run -f .env -- in front of the generate command. 