This repository was archived by the owner on Dec 25, 2025. It is now read-only.
Open
Conversation
added 2 commits
September 2, 2025 23:00
- Change beforeDevCommand from "bun run dev" to "npm run dev" - Keep beforeBuildCommand as "npm run build" - Update README: Node.js >=16 requirement and usage with npm - Vite dev server uses PORT env (default 1420) - No runtime logic changes, dev-only config update
- Fix Tauri API import: @tauri-apps/api/tauri -> @tauri-apps/api/core - Update package.json dependencies to Tauri v2.8.0 - Configure dynamic port support in vite.config.ts (default 1420) - Update Rust dependencies in Cargo.toml for Tauri v2 - Implement p2panda integration in Rust backend - Add schema management and key pair handling - Update Tauri.toml configuration for v2 compatibility - Generate Tauri v2 permission schemas - All changes tested and working with npm dev workflow
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
🚀 Complete Tauri v2 Migration with p2panda Integration
This PR migrates the entire project from Tauri v1 to v2 with full p2panda integration.
🔧 Key Changes
Frontend (JavaScript/TypeScript):
@tauri-apps/api/tauri→@tauri-apps/api/coreBackend (Rust):
Configuration:
🧪 Testing
📋 Migration Summary
�� Ready for Review
This PR is ready for review and merge. All functionality has been tested and verified to work with the new Tauri v2 architecture.