-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove legacy provider flag (PROVCON-3003)
- Loading branch information
1 parent
9ee4e8c
commit db64484
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
"author": "Stoplight <[email protected]>", | ||
"license": "Unlicense", | ||
"scripts": { | ||
"start": "NODE_OPTIONS=--openssl-legacy-provider PORT=4200 react-scripts start", | ||
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build", | ||
"serve": "NODE_OPTIONS=--openssl-legacy-provider serve -s -l 4200 build" | ||
"start": "PORT=4200 react-scripts start", | ||
"build": "react-scripts build", | ||
"serve": "serve -s -l 4200 build" | ||
}, | ||
"dependencies": { | ||
"@stoplight/elements": "^7.0.0", | ||
|