Can't add extensions

hi,

I’m working on a directus project running on a VPS server, the admin backend works fine, i can manage the blog just fine. however i need to make a new module to manage some data.

Issue is no matter what i try, directus don’t even read the extension, i can’t see it running nowhere

  • on my computer i ran npm init directus-extension without issue
  • edited module and index to my need
  • npm run build
  • copied the index.js file to extensions/my-module folder
  • restarted directus

I even tried the bare module the command makes, and I never sees it, any idea why ? I even tried to paste the index.js and module.vue like the docs says but does not work either, i only see in the logs the extensions added via marketplace

running latest directus 11.9.3
thanks

hi, here is the file structure on root directus installation

and File structure under root/extensions

My extensions config in .env