parse-server-s3-adapter icon indicating copy to clipboard operation
parse-server-s3-adapter copied to clipboard

Parse should be included as a peerDependency to avoid configuration conflicts in implementing projects

Open beau6183 opened this issue 1 year ago • 1 comments

Parse is already bundled with parse-server. Since this is an extension for parse-server, it should not include parse itself, but instead expect it as a peerDependencies item. This is important to avoid situations where configuration for parse can get lost due to multiple included libraries including parse in their dependencies list.

beau6183 avatar Oct 22 '24 20:10 beau6183

Thanks for opening this issue!