chore: Add objectParser for ObjectTypeAnnotation in Parse Server options (#9912)

This commit is contained in:
Mattia Faraci
2025-12-03 16:10:29 +01:00
committed by GitHub
parent 339b10c39b
commit f6ccef1d53
3 changed files with 171 additions and 9 deletions

View File

@@ -111,6 +111,7 @@ module.exports.ParseServerOptions = {
env: 'PARSE_SERVER_AUTH_PROVIDERS',
help:
'Configuration for your authentication providers, as stringified JSON. See http://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication',
action: parsers.objectParser,
},
cacheAdapter: {
env: 'PARSE_SERVER_CACHE_ADAPTER',