Parse Server Cloud Code for open.DASH/open.WARE
npm i @openinc/parse-server-opendash
// cloud/main.js
const { init } = require("@openinc/parse-server-opendash");
init();
For a full list of exports see the file at EXPORTS.md
The configuration of this cloud code is done using environment variables.
By default no classes will be created. To create classes from the schema definition, you need to enable the feature flags according your needs.
For a full list of options see the file at CONFIG.md
See the file at DEVELOPMENT.md