diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ Install dependencies and run dev server: ```bash $ npm install -$ DANGEROUSLY_DISABLE_HOST_CHECK=true npm start +$ npm start ``` ### Deploy diff --git a/package.json b/package.json index 09438da..ebd0f2c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "typescript": "^4.8.2" }, "scripts": { - "start": "react-scripts start", + "start": "DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", @@ -60,4 +60,4 @@ "serverless-python-requirements": "^5.0.1" }, "proxy": "https://imgs.geshem.space/" -}
\ No newline at end of file +} |
