Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eval "$(mise activate bash)"
6 changes: 6 additions & 0 deletions .changeset/mobile-asset-merge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@pipelab/asset-tauri": patch
"@pipelab/core-node": patch
---

Align Tauri crate versions to 2.11.5 and fold mobile (Android/iOS) support into the `@pipelab/asset-tauri` template instead of a separate `apps/mobile` package. `fetchPipelabAsset` now also resolves the local asset via `PIPELAB_ASSET_ROOT` (in addition to the auto-detected monorepo root), so a published CLI can be pointed at a local asset checkout.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ apps/cli/bin

.turbo
apps/desktop/bin/
apps/cli/assets/ui
apps/cli/assets/ui
.aider*
Loading
Loading