Skip to content

Commit

Permalink
chore: remove legacy provider flag (PROVCON-3003)
Browse files Browse the repository at this point in the history
  • Loading branch information
darekplawecki committed Dec 18, 2024
1 parent 9ee4e8c commit db64484
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"url": "git+https://github.com/stoplightio/elements-starter-angular.git"
},
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider ng serve --port 4200",
"build": "NODE_OPTIONS=--openssl-legacy-provider ng build --configuration production",
"serve": "NODE_OPTIONS=--openssl-legacy-provider angular-http-server --path ./dist/angular -p 4200"
"start": "ng serve --port 4200",
"build": "ng build --configuration production",
"serve": "angular-http-server --path ./dist/angular -p 4200"
},
"bugs": {
"url": "https://github.com/stoplightio/elements-starter-angular/issues"
Expand Down
6 changes: 3 additions & 3 deletions examples/react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit db64484

Please sign in to comment.