I'm trying to implement a custom interface, the scaffold one created with npm init directus-extension@latest followed the guide, I build the extension and move the content from the dist folder to extensions/interfaces/my-interface
The admin panel works normally, but when I try to create a new field I don't see the custom interface as an option, I'm creating the new field as a standard field string type
Some ideas of what I'm doing wrong?