fix: speed up wails dev frontend checks
This commit is contained in:
+11
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user