Skip to content

Commit 20a0972

Browse files
authored
Hide doc
1 parent dbdbfb1 commit 20a0972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-scripts/template/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,8 @@ To define permanent environment variables, create a file called `.env` in the ro
752752
REACT_APP_SECRET_CODE=abcdef
753753
```
754754

755+
<!--
756+
TODO: uncomment (and tweak) the doc for 0.10
755757
What .env* files are used?
756758
757759
* `.env` - Default
@@ -766,6 +768,7 @@ Files priority (file is skipped if does not exist):
766768
* npm start - `.env.development.local`, `env.development`, `.env.local`, `.env`
767769
768770
Priority from left to right.
771+
-->
769772

770773
These variables will act as the defaults if the machine does not explicitly set them.<br>
771774
Please refer to the [dotenv documentation](https://github.com/motdotla/dotenv) for more details.

0 commit comments

Comments
 (0)