We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e9e5a commit 0a307ffCopy full SHA for 0a307ff
webapp/package.json
@@ -59,8 +59,8 @@
59
"uuid": "^8.3.2"
60
},
61
"scripts": {
62
- "start": "BROWSER=none react-scripts start",
63
- "build": "react-scripts build --output-hashing=all --prod --aot --configuration=production",
+ "start": "BROWSER=none react-scripts --openssl-legacy-provider start",
+ "build": "react-scripts build --output-hashing=all --prod --aot --configuration=production --openssl-legacy-provider",
64
"test": "react-scripts test",
65
"eject": "react-scripts eject",
66
"lint": "eslint \"**/*.{ts,tsx}\"",
0 commit comments