mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 05:59:16 -04:00
* `non_indexed::walk` as `impl Stream` * wip * this is gooooood * savepoint * remove * Batched stream * `unsafe_streamed_query` * nightmare nightmare nightmare nightmare nightmare nightmare * JS Mutex * cleanup * proper error handling * myCode satisfies Typescript * Move to npm fork of rspc * fixes * rspc more crashy crashy * Typescript is very disappointed
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