mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-16 02:57:18 +08:00
Move whitespace comment closer to where it applies (#4566)
This commit is contained in:
committed by
Joe Haddad
parent
6370e40aad
commit
fffe909731
@@ -1288,14 +1288,14 @@ To do this, set the `HTTPS` environment variable to `true`, then start the dev s
|
||||
set HTTPS=true&&npm start
|
||||
```
|
||||
|
||||
(Note: the lack of whitespace is intentional.)
|
||||
|
||||
#### Windows (Powershell)
|
||||
|
||||
```Powershell
|
||||
($env:HTTPS = $true) -and (npm start)
|
||||
```
|
||||
|
||||
(Note: the lack of whitespace is intentional.)
|
||||
|
||||
#### Linux, macOS (Bash)
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user