Hey everyone, I’m trying to write a new addon v2 that provides routes with controllers and templates. I made this update in the rollup.config.mjs file:
and everything works fine, but the template does not have the context set to the controller instance.
Does anyone know how do I set the template context to the controller value? In a proper app it is done automatically, but in this case, it does not work well