summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-09-20 09:37:14 +0300
committerYuval Adam <_@yuv.al>2022-09-20 09:37:14 +0300
commitb7d724f5237685d6116401048a824f558d29b961 (patch)
treedce16958ab993f84ce8cde1bc299953181e3d81b /package.json
parent817b248cd329dd39015f3a9c0b944d889ed7dbb6 (diff)
Move workaround from README into package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
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
+}