mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 15:07:54 -04:00
- Update a couple of rust dependencies - Add taplo for toml auto formatting - Adjust some formatting configurations - Updated prettier and its plugins
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