Skip to content

Commit b7c3934

Browse files
committed
re-enable application-template-wrapper
1 parent 00ff0ae commit b7c3934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ember-cli-fastboot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"registry": "https://registry.npmjs.org/"
104104
},
105105
"ember": {
106-
"edition": "octane"
106+
"edition": "classic"
107107
},
108108
"ember-addon": {
109109
"configPath": "tests/dummy/config",

packages/ember-cli-fastboot/tests/dummy/config/optional-features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"application-template-wrapper": false,
2+
"application-template-wrapper": true,
33
"default-async-observers": true,
44
"jquery-integration": false,
55
"template-only-glimmer-components": true

0 commit comments

Comments
 (0)