Skip to content

Commit b036171

Browse files
committed
fix: fix app blueprint index file
1 parent 61a0d14 commit b036171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/app/files/__name__/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const bundle = require('./dist/<%= name %>.bundle');
1+
const bundle = require('./dist/app.bundle');
22
const container = bundle();
33

44
const Application = container.lookup('app:application');

0 commit comments

Comments
 (0)