File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default class extends BaseGenerator {
5050 resource . title
5151 ) ;
5252 console . log (
53- "Paste the following definitions in your application configuration:"
53+ "Paste the following definitions in your application configuration (`client/src/index.js` by default) :"
5454 ) ;
5555 console . log (
5656 chalk . green ( `
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default class extends BaseGenerator {
4444 resource . title
4545 ) ;
4646 console . log (
47- "Paste the following definitions in your application configuration:"
47+ "Paste the following definitions in your application configuration (`client/src/index.js` by default) :"
4848 ) ;
4949 console . log (
5050 chalk . green ( `
You can’t perform that action at this time.
0 commit comments