Skip to content

Commit

Permalink
Add template-options type to config
Browse files Browse the repository at this point in the history
  • Loading branch information
iezer committed Feb 5, 2018
1 parent 7f3fbcf commit 9937486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mu-trees/addon/ember-config.js
Expand Up @@ -30,6 +30,7 @@ export default function generateConfig(name) {
serializer: { definitiveCollection: 'models' },
service: { definitiveCollection: 'services' },
template: { definitiveCollection: 'components' },
'template-options': { definitiveCollection: 'main' },
transform: { definitiveCollection: 'transforms' },
view: { definitiveCollection: 'views' },
'-view-registry': { definitiveCollection: 'main' },
Expand Down

0 comments on commit 9937486

Please sign in to comment.