Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
Issue Description
The Parse Server options SchemaOptions
which were added in #7418 were not properly added to the definition file.
The SchemaOptions
are defined in /src/Options/Definitions.js
, but when re-building the options with npm run definitions
, the options are removed.
Steps to reproduce
- Run
npm run definitions
Actual Outcome
Schema options are removed from /src/Options/Definitions.js
.
Expected Outcome
Schema options should be properly re-built.
Environment
Server
- Parse Server version:
5.0.0-alpha.24