Hello,
I have issues with adding items to database in database
directory if module is not on the root level.
I did some refactoring and moved all modules to modules
directory.
On the root level it works perfectly.
Working: {ROOT}/items/database/...
Not working: {ROOT}/modules/items/database/...
rpg.toml
modules = [
'./modules/items',
# ...
]