openssl node18 兼容
This commit is contained in:
parent
37fe6fa3ba
commit
a942255fa5
|
@ -7,7 +7,7 @@
|
|||
"scripts": {
|
||||
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
|
||||
"dev:docker": "NODE_ENV=development PORT=80 ./node_modules/.bin/vue-cli-service serve",
|
||||
"build:prod": "vue-cli-service build",
|
||||
"build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
|
||||
"build:stage": "vue-cli-service build --mode staging",
|
||||
"preview": "node build/index.js --preview",
|
||||
"lint": "eslint --ext .js,.vue src",
|
||||
|
|
Loading…
Reference in New Issue