Skip to content

Commit 373971e

Browse files
committed
Update
1 parent 4e09dc6 commit 373971e

File tree

1,077 files changed

+3060
-380605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,077 files changed

+3060
-380605
lines changed

packages/common/templates/ember.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ export default new Template(
77
'Ember',
88
'https://emberjs.com/',
99
/**
10-
* Ideally, we'd point to https://github.com/ember-cli/ember-new-output
10+
* Ideally, we'd point to https://github.com/ember-cli/ember-new-output
1111
* but there are a few tweaks that must be addressed before then.
1212
* - Auto-detection of ember-cli projects as node projects,
1313
* without requiring a sandbox.config.json
1414
* PR: https://github.com/codesandbox-app/codesandbox-importers/pull/16
1515
* - Ember-CLI initial build chokes on empty app/styles/app.css file
1616
* - A small livereload fix, for proper port detection through the CSB proxy stuff
1717
* BUG: https://github.com/ember-cli/ember-cli/issues/8073
18-
*
18+
*
1919
* Here is a complete diff of these changes, w.r.t. the code generated by
2020
* `ember new my-app`
21-
*
21+
*
2222
* https://github.com/ember-cli/ember-new-output/compare/master...mike-north:master
2323
*/
2424
'github/mike-north/ember-new-output',
2525
decorateSelector(() => '#E04E39'),
2626
{
2727
isServer: true,
28-
showOnHomePage: true,
29-
main: false
28+
showOnHomePage: false,
29+
main: false,
3030
}
3131
);

packages/common/templates/nest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ export default new Template(
1515
},
1616
isServer: true,
1717
mainFile: ['/src/main.ts'],
18-
showOnHomePage: true,
18+
showOnHomePage: false,
1919
}
2020
);

packages/common/templates/sapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export default new Template(
1111
{
1212
isServer: true,
1313
mainFile: ['/src/routes/index.html'],
14-
// showOnHomePage: true,
14+
showOnHomePage: false,
1515
}
1616
);

0 commit comments

Comments
 (0)