jan/plugins/data-plugin/README.md
2023-10-20 12:26:51 +07:00

8 lines
357 B
Markdown

## Database handler plugin for Jan App
**Notice**: please only install dependencies and run build using npm and not yarn.
- index.ts: Main entry point for the plugin.
- module.ts: Defines the plugin module which would be executed by the main node process.
- package.json: Defines the plugin metadata.
- tsconfig.json: Defines the typescript configuration.