Added .env files to the react project templates in order to run the CRA server independently. (#13525)
* Add .env file to react projecttemplates in order to run the CRA server independently * Fix #6837 * Revert "Fix #6837" This reverts commit 2a035e67774058281c081a37867593e1a45900af. * Add .env file to react projecttemplates in order to run the CRA server independently * Fix #6837 * Revert "Fix #6837" This reverts commit 2a035e67774058281c081a37867593e1a45900af. * Add newline to end of file
This commit is contained in:
parent
9399f09b72
commit
026b9df3e0
|
|
@ -0,0 +1 @@
|
|||
BROWSER=none
|
||||
|
|
@ -0,0 +1 @@
|
|||
BROWSER=none
|
||||
Loading…
Reference in New Issue