Morning guys. I have just cloned the api.elrond project. When trying to build, it says that PluginService is missing. Did the path of the plugin template changed or something? import { PluginModule } from 'src/plugins/plugin.module'; Where did the plugin module moved? Or what is is used instead?
Open src dir, you will find plugins.template dir. Copy it as "plugins" and rename file inside.
You install nest.js plugins ?