-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: cleanup and simplify examples #10743
Conversation
- Updated `.gitignore` file - Simplified and cleanedup examples - Removed examples that serve almost zero value: - `navigation` - `parent-window` - `web` - `workspace` - `run-iteration` - `plugins/tauri-plugin-sample`: the plugin example in `api` example is enough
Package Changes Through f316e40There are 7 changes which include tauri-cli with prerelease, @tauri-apps/cli with prerelease, tauri-codegen with prerelease, tauri with prerelease, tauri-bundler with prerelease, tauri-utils with prerelease, tauri-build with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
so linking the api example manifest using |
I guess the |
The |
I will spend sometime to test and see what's the different and why this happens. |
.gitignore
filenavigation
parent-window
web
workspace
plugins/tauri-plugin-sample
: the plugin example inapi
example is enough