Skip to content

Commit

Permalink
fix:Ensure Cross-Version Node.js Compatibility with OpenSSL Legacy Pr…
Browse files Browse the repository at this point in the history
…ovider
  • Loading branch information
iamridoydey committed Nov 1, 2024
1 parent 1f13a2b commit c0bd1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"scripts": {
"start": "docusaurus start",
"start": "NODE_OPTIONS=--openssl-legacy-provider docusaurus start",
"swizzle": "docusaurus swizzle",
"build": "docusaurus build",
"build": "NODE_OPTIONS=--openssl-legacy-provider docusaurus build",
"publish-gh-pages": "docusaurus deploy"
},
"devDependencies": {
Expand All @@ -18,4 +18,4 @@
"is-promise": "2.1.0",
"react-player": "^2.10.1"
}
}
}

0 comments on commit c0bd1c9

Please sign in to comment.