You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that this is due to decorators and the tsoa runtime. Currently in the prod build, I see they're mostly just used for mutating LemmyHttp with the setHeader function.
So I think it might be worth providing an alternative bundle with significantly less overhead. I did some preliminary research, and it is possible to strip the annotations and remove the tsoa runtime for a stripped down build. Would you accept a PR for this?