We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c96002 commit 5d8140cCopy full SHA for 5d8140c
1 file changed
files/demo-app/app.gts
@@ -25,6 +25,12 @@ export class App extends EmberApp {
25
* and includes non-services in the services directory.
26
*/
27
...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
+ */
34
...import.meta.glob('./templates/**/*', { eager: true }),
35
};
36
}
0 commit comments