Merged
Conversation
The pattern src-tauri/target/ only matched at the repo root. Use **/src-tauri/target/ to match inside apps/desktop/ as well.
Initializes apps/desktop with Tauri v2 config, Rust entry points, and package.json. Points devUrl at the Vite dev server and frontendDist at the studio build output.
Default placeholder icons for all platforms (macOS, Windows, Linux, Android, iOS) and the default capability granting core:default permissions to the main window.
Adds pnpm dev:desktop command and updates pnpm-lock.yaml with @tauri-apps/cli and @tauri-apps/api dependencies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.gitignoreto exclude**/src-tauri/target/(was only matching at repo root)apps/desktopwith Tauri v2 scaffolding: Rust entry points,tauri.conf.jsonpointing at studio's Vite dev server and build outputpnpm dev:desktopworkspace scriptTest plan
pnpm installsucceedspnpm dev:desktoplaunches the Tauri window loading the studio frontendpnpm typecheckpassespnpm testpasses