From f5f405796f940b99e4d2d5ecc1cf310222c8f1e3 Mon Sep 17 00:00:00 2001 From: bietiaop <1527109126@qq.com> Date: Mon, 25 Nov 2024 22:29:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:vite=E9=85=8D=E7=BD=AE=E5=88=AB=E5=90=8Dfra?= =?UTF-8?q?mwork=E7=BC=BA=E5=B0=91@webapi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 8f8ab345..d3502f50 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -87,6 +87,7 @@ const FrameworkBaseConfig = () => '@/core': resolve(__dirname, './src/core'), '@': resolve(__dirname, './src'), './lib-cov/fluent-ffmpeg': './lib/fluent-ffmpeg', + '@webapi': resolve(__dirname, './src/webui/src'), }, }, build: {