@openinc/parse-server-opendash
Version:
Parse Server Cloud Code for open.INC Stack.
34 lines (19 loc) • 881 B
Markdown
for open.DASH/open.WARE
```
npm i @openinc/parse-server-opendash
```
```ts
// cloud/main.js
const { init } = require("@openinc/parse-server-opendash");
init();
```
For a full list of exports see the file at [EXPORTS.md](https://github.com/open-inc/node-parse-server-opendash/blob/master/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](https://github.com/open-inc/node-parse-server-opendash/blob/master/CONFIG.md)
See the file at [DEVELOPMENT.md](https://github.com/open-inc/node-parse-server-opendash/blob/master/DEVELOPMENT.md)
Parse Server Cloud Code