Skip to content

Commit 0a307ff

Browse files
author
Jeremy Whiting
committed
Add flag that allows openssl integration.
1 parent a3e9e5a commit 0a307ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"uuid": "^8.3.2"
6060
},
6161
"scripts": {
62-
"start": "BROWSER=none react-scripts start",
63-
"build": "react-scripts build --output-hashing=all --prod --aot --configuration=production",
62+
"start": "BROWSER=none react-scripts --openssl-legacy-provider start",
63+
"build": "react-scripts build --output-hashing=all --prod --aot --configuration=production --openssl-legacy-provider",
6464
"test": "react-scripts test",
6565
"eject": "react-scripts eject",
6666
"lint": "eslint \"**/*.{ts,tsx}\"",

0 commit comments

Comments
 (0)