parse-server-s3-adapter
parse-server-s3-adapter copied to clipboard
Parse should be included as a peerDependency to avoid configuration conflicts in implementing projects
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.