From b7d724f5237685d6116401048a824f558d29b961 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 20 Sep 2022 09:37:14 +0300 Subject: Move workaround from README into package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') 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 +} -- cgit v1.3.1