Skip to content

Commit d00f8b5

Browse files
committed
fix(cli/fragments/yew): ignore src-tauri for trunk serve, closes #160
1 parent c7175e8 commit d00f8b5

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.changes/yew-ignore-src-tauri.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-tauri-app": patch
3+
---
4+
5+
Fix yew template triggering trunk rebuilds when tauri files change.

packages/cli/fragments/fragment-yew/Trunk.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[build]
22
target = "./index.html"
33

4+
[watch]
5+
ignore = ["./src-tauri"]
6+
47
[serve]
58
address = "127.0.0.1"
69
port = 1420

0 commit comments

Comments
 (0)