fix: speed up wails dev frontend checks
This commit is contained in:
+11
-1
@@ -26,7 +26,17 @@ tasks:
|
|||||||
summary: Build the frontend project
|
summary: Build the frontend project
|
||||||
dir: frontend
|
dir: frontend
|
||||||
sources:
|
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:
|
generates:
|
||||||
- dist/**/*
|
- dist/**/*
|
||||||
deps:
|
deps:
|
||||||
|
|||||||
Reference in New Issue
Block a user