Remove --openssl-legacy-provider node option

This commit is contained in:
Julian Stirling 2025-11-03 09:10:48 +00:00
parent 65db119791
commit 7ea5c74626
3 changed files with 3 additions and 7 deletions

View file

@ -7,7 +7,7 @@
"scripts": {
"gv": "genversion src/version.js",
"serve": "npm run gv && vue-cli-service serve --mode development",
"build": "npm run gv && vue-cli-service build --openssl-legacy-provider --mode production",
"build": "npm run gv && vue-cli-service build --mode production",
"lint": "vue-cli-service lint --no-fix --max-warnings 0",
"lint:fix": "vue-cli-service lint --fix"
},