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
{{ message }}
This repository was archived by the owner on Jul 28, 2026. It is now read-only.
Hi, thanks for this addon. I want to how i can build my app in other to render this in another react app.
I did following like described in the README
app.js:Then i ran
ember build.Import
dist/vendor.jsanddist/ember-app.jsin my react app does not work to render<ember-app></ember-app>.Is there a way to archieve this using the addon?
Thanks in advance