BenStigsen
08/27/2024, 6:12 AM- App_Plugins/
- MyDashboard/
- MyProperty/
- MyDashboard/
- MyProperty/
```The outer folders contain the TypeScript files and so on, which are then built to their respective `App_Plugins` location. But this seems messy, ideally I'd keep it collected. But as far as I can tell, Umbraco is not looking two folders deep, so I can't do:
- App_Plugins/
- MyDashboard/
- dist/
- umbraco-package.json
- MyProperty/
- dist/
- umbraco-package.json
```This is with the changed configs and updated umbraco-package.json
. It just never seems to get loaded in with the new structure. I'm unsure of how to place the files, thank you in advance 😃