spacedrive/crates/sync/example
Ericson "Fogo" Soares e693c7a542
[ENG-381] Update context menufs actions to support multiple source (#927)
* Generalizing filesystem jobs to accept multiple files at once

* Some small changes and fixing front

* Enable rename route to replicate Finder's behavior

* Assign tag to multiple objects at once

* Remove from recents accepting multiple files

* Fixing some warnings

* Adding multiple files feature to Open and Open With

* Conditional stuff for macos

* Generating commands.ts and other minor warnings

* Rust fmt

* TS typecheck

* Rust format and TS typecheck

* Requested changes

* Requested changes

---------

Co-authored-by: Utku <74243531+utkubakir@users.noreply.github.com>
2023-06-14 23:00:28 +00:00
..
prisma Beginning of sync stuff (#502) 2023-01-04 23:11:55 -08:00
src Beginning of sync stuff (#502) 2023-01-04 23:11:55 -08:00
web [ENG-362, ENG-476, ENG-503] Next.js (#817) 2023-05-21 13:11:03 +00:00
Cargo.toml [ENG-381] Update context menufs actions to support multiple source (#927) 2023-06-14 23:00:28 +00:00
README.md cleanup(don't hate me): prettier format everything 2023-01-19 19:32:35 -08:00

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