fix: speed up wails dev frontend checks

This commit is contained in:
QiuSW
2026-07-09 08:51:22 +08:00
parent 9137699935
commit b8323550da
+11 -1
View File
@@ -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: