Skip to content

Enable users defining local module overrides unaffected by Git

Christian Dreher requested to merge feature/local-module-overrides into main

In Axii's repo, there is now the folder data/local_modules next to data/modules.

Modules defined in local_modules will immediately be available to Axii. This can be used to:

  • Prototype modules
  • Override existing modules

Without causing a Git diff.

/cc @peller (since you had problem which can be solved with this now)

Merge request reports