From b8323550da66f8196f694a594edb74eb96378419 Mon Sep 17 00:00:00 2001 From: QiuSW <105186638@qq.com> Date: Thu, 9 Jul 2026 08:51:22 +0800 Subject: [PATCH] fix: speed up wails dev frontend checks --- build/Taskfile.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/build/Taskfile.yml b/build/Taskfile.yml index ce1f3e2..12ae669 100644 --- a/build/Taskfile.yml +++ b/build/Taskfile.yml @@ -26,7 +26,17 @@ tasks: summary: Build the frontend project dir: frontend sources: - - "**/*" + - index.html + - package.json + - package-lock.json + - postcss.config.js + - tailwind.config.js + - tsconfig.json + - tsconfig.node.json + - vite.config.ts + - public/**/* + - src/**/* + - bindings/**/* generates: - dist/**/* deps: