Generate a full backend module (controller, service, dto)
Create a new NestJS backend module called "{{name}}".
Use our internal template structure.
Include:
- Controller: like in `.continue/templates/module/controller.ts`
- Service
- DTO
- Folder structure `src/{{name}}`