Plugins
Aetheria is a modular system, this means that you can add or remove features by installing or uninstalling plugins.
Installing plugins
Plugins can be installed by running the following command:
- Backend
- Frontend
# local installation
nest start cli plugin install -n <plugin-name> -r <plugin-resolution-path>
# local installation
./apps/frontend-cli/bin/run plugin install -n <plugin-name> -r <plugin-resolution-path>