TypedSQL failing during build step
Hey there, I am having an issue where my SQL scripts run perfectly fine during developing but during my build step I am receiving the following error. I am unsure how to begin to debug this issue, so any suggestions are appreciated.
Here is the script in question:
getPostReactionsNoUser.sql
And finally, because I suspect this could be related, I will include my build script:
2 Replies
Hey @Alaskan donut
Can you enable debugging to get more detailed error information?
Also which Typescript version are you using?
TypeScript is
"^5"
, prisma and prisma client are both "^6.0.1"
The console appears to give no insight into this specific issue post-linting: