diff options
| author | Yuval Adam <_@yuv.al> | 2022-08-29 09:59:08 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-08-29 09:59:08 +0300 |
| commit | 04380730738b9b3af6be94c0b3a582f35f01f4d9 (patch) | |
| tree | ad2da2f39d324f9d560b3617f70de08b99d68d62 /README.md | |
| parent | 4f62b4931208a1edb8d5222f954e051bf4a7e169 (diff) | |
Add proxy workaround due to
https://github.com/facebook/create-react-app/issues/12304
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ Install dependencies and run dev server: ```bash $ npm install -$ npm start +$ DANGEROUSLY_DISABLE_HOST_CHECK=true npm start ``` ### Deploy |
