Skip to content

Commit 88b1046

Browse files
committed
update latest codes
1 parent df45954 commit 88b1046

61 files changed

Lines changed: 8161 additions & 4675 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

playground/.cargo/config.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[build]
2-
# 使用相对路径共享根 workspace 的 target 目录
3-
# 从 playground/.cargo/ 往上 4 层到 innate-desktop-mono/
4-
target-dir = "../../../../target"
2+
# Standalone mode: each Tauri app keeps its own target/ inside its src-tauri dir.
3+
# (The previous `../../../../target` was a leftover from the parent monorepo
4+
# layout and pointed to a non-existent directory in this checkout.)
5+
target-dir = "apps/desktop/src-tauri/target"

0 commit comments

Comments
 (0)