From 4d70a51267d56fd6adb89a27ad0ad8bc7334523c Mon Sep 17 00:00:00 2001 From: SaberAlter Date: Sat, 23 Jul 2022 18:52:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E4=B8=80=E6=AE=B5?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E4=BB=A3=E7=A0=81=E6=97=A0=E6=B3=95=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E7=9A=84=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index e61e0f4..6c5bfc6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,4 +1,4 @@ -feat(🌱): support Debug in VSCodeimport { existsSync, rmSync } from 'fs' +import { existsSync, rmSync } from 'fs' import { join } from 'path' import { defineConfig, Plugin, UserConfig } from 'vite' import vue from '@vitejs/plugin-vue'