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 {
50
50
resource . title
51
51
) ;
52
52
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) :"
54
54
) ;
55
55
console . log (
56
56
chalk . green ( `
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default class extends BaseGenerator {
44
44
resource . title
45
45
) ;
46
46
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) :"
48
48
) ;
49
49
console . log (
50
50
chalk . green ( `
You can’t perform that action at this time.
0 commit comments