mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
* Update to tauri 2.0.0 stable - Update a some othe dependencies - Autoformat rust and toml files * Fix clippy complain * Update tauri 2.0.1 - Update rspc - Update some frontend files due changes in rspc - Update some frontend build dependencies * Revert babel update * Fix code typing typing and style + a couple of bugs * More type fixes
Create rspc app
This app was scaffolded using the create-rspc-app CLI.
Usage
# Terminal One
cd web
pnpm i
pnpm dev
# Terminal Two
cd api/
cargo prisma generate
cargo prisma db push
cargo run