Emil Redzik
Results
1
comments of
Emil Redzik
As a workaround I found that in monorepo this issue is caused by generated client `index.js` file that contains ``` config.dirname = path.join(process.cwd(), alternativePath)`. ``` Changing this line manually in...