@openinc/parse-server-opendash
v2.4.55
Published
Parse Server Cloud Code for open.DASH
Downloads
410
Readme
@openinc/parse-server-opendash
Parse Server Cloud Code for open.DASH/open.WARE
Usage
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
Configuration
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
Development
See the file at DEVELOPMENT.md