This PR fixes the issue where relative paths generated for prisma-client imports can include a backslash \ which is being ignored as a character and thus resulting in an unusable import. The change makes sure that relative path uses POSIX separators instead of Windows separators by removing the existing separators and replacing them with POSIX separators
References
Issue: #9
Also my first OSS PR, please give feedback if anything is missing/incomplete, thanks! :)
Description
Making sure relative path uses POSIX seperators
References
Also my first OSS PR, please give feedback if anything is missing/incomplete, thanks! :)