Register the module

We register the module in the workflow engine configuration to make it available for use in Pacemaker import functionality.

Add the snippet <magento-install-dir>/app/etc/configuration/additional-vendor-dirs.json that contains the following configuration:::

{
  "additional-vendor-dirs": [
    {
      "vendor-dir": "app/code", (1)
      "libraries": [
        "MyProject/Import"(2)
      ]
    }
  ]
}
1 Vendor directory
2 Custom override module location