|
@@ -1,12 +1,12 @@
|
|
|
{
|
|
|
"name": "ruoyi",
|
|
|
"version": "3.8.6",
|
|
|
- "description": "配网应用管理平台",
|
|
|
+ "description": "配网安全精益管理辅助应用",
|
|
|
"author": "若依",
|
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
|
- "dev": "vue-cli-service serve",
|
|
|
- "build:prod": "vue-cli-service build",
|
|
|
+ "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
|
|
|
+ "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"
|