`app/` means we want to merge it into our application there. `addon` means give it its own module namespace, which is what we wanted. |
||
|---|---|---|
| .. | ||
| addon | ||
| app | ||
| config | ||
| ember-cli-build.js | ||
| index.js | ||
| package.json | ||
| yarn.lock | ||
`app/` means we want to merge it into our application there. `addon` means give it its own module namespace, which is what we wanted. |
||
|---|---|---|
| .. | ||
| addon | ||
| app | ||
| config | ||
| ember-cli-build.js | ||
| index.js | ||
| package.json | ||
| yarn.lock | ||