Skip to content

Commit 5d8140c

Browse files
committed
More comments
1 parent 7c96002 commit 5d8140c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

files/demo-app/app.gts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ export class App extends EmberApp {
2525
* and includes non-services in the services directory.
2626
*/
2727
...import.meta.glob('./services/**/*', { eager: true }),
28+
/**
29+
* These imports are not magic, but we do require that all entries in the
30+
* modules object match a ./[type]/[name] pattern.
31+
*
32+
* See: https://rfcs.emberjs.com/id/1132-default-strict-resolver
33+
*/
2834
...import.meta.glob('./templates/**/*', { eager: true }),
2935
};
3036
}

0 commit comments

Comments
 (0)