Skip to content

Commit

Permalink
Set legacy openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
ngekoding committed Jan 17, 2024
1 parent 67be85b commit 921f52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev -m pwa",
"build": "quasar build -m pwa"
"dev": "NODE_OPTIONS=--openssl-legacy-provider && quasar dev -m pwa",
"build": "NODE_OPTIONS=--openssl-legacy-provider && quasar build -m pwa"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
Expand Down

0 comments on commit 921f52e

Please sign in to comment.