Plugins
In VitNode we're implementing a plugin system. This means that you can create your own plugins and use them in your VitNode instance.
โ ๏ธ
Make sure you have developer mode enabled.
Plugin schema
When you're created a plugin VitNode will created few files for you on backend
side, but not in frontend
side. Below you can see the schema of folders for your plugin files.
- functions.ts
- index.ts
- {your_plugin}.module.ts
- {your_plugin}.module.ts
- home.ts