rev:外部系统交互

This commit is contained in:
zhangzq
2024-08-30 18:15:55 +08:00
parent 0e9a35adac
commit 83f9f311b7
5 changed files with 60 additions and 18 deletions

View File

@@ -7,7 +7,7 @@
"scripts": {
"dev": "vue-cli-service serve",
"dev2": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "vue-cli-service build",
"build": "export 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",