mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
docs: added REACT_EDITOR to Advanced Configuration section (#2445)
* docs: added REACT_EDITOR to `Advanced Configuration` section * Update README.md * Update launchEditor.js
This commit is contained in:
committed by
Dan Abramov
parent
2874e1209e
commit
6a09ed1e6e
3
packages/react-dev-utils/launchEditor.js
vendored
3
packages/react-dev-utils/launchEditor.js
vendored
@@ -172,7 +172,8 @@ function printInstructions(fileName, errorMessage) {
|
||||
' to the ' +
|
||||
chalk.green('.env.local') +
|
||||
' file in your project folder ' +
|
||||
'and restart the development server.'
|
||||
'and restart the development server. Learn more: ' +
|
||||
chalk.green('https://goo.gl/MMTaZt')
|
||||
);
|
||||
console.log();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user