From c9b518e57e43201f5b81e29db785bfb71d518706 Mon Sep 17 00:00:00 2001 From: gao <230250245@qq.com> Date: Mon, 25 Nov 2024 21:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E9=9B=AA=E6=85=88=20cloud-ui=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=202024-11-25=2022:00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a46cc5..e2217b6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "若依", "license": "MIT", "scripts": { - "dev": "vue-cli-service serve", + "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview",