Skip to content

Commit

Permalink
Merge pull request #335 from NullVoxPopuli/patch-2
Browse files Browse the repository at this point in the history
Add some additional types
  • Loading branch information
rwjblue committed Feb 21, 2019
2 parents dc996c5 + 4124ba9 commit 6d47368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mu-trees/addon/ember-config.js
Expand Up @@ -25,11 +25,13 @@ export default function generateConfig(name) {
'instance-initializers': { definitiveCollection: 'instance-initializer' },
location: { definitiveCollection: 'main' },
model: { definitiveCollection: 'models' },
modifier: { definitiveCollection: 'main' },
'modifier-manager': { definitiveCollection: 'modifier-managers' },
partial: { definitiveCollection: 'partials' },
renderer: { definitiveCollection: 'main' },
route: { definitiveCollection: 'routes' },
router: { definitiveCollection: 'main' },
'route-map': { definitiveCollection: 'route-map' },
serializer: { definitiveCollection: 'models' },
service: { definitiveCollection: 'services' },
template: { definitiveCollection: 'components' },
Expand Down

0 comments on commit 6d47368

Please sign in to comment.