mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-04 21:35:43 -04:00
* operation receive + compare * cleanup + deduplication * operation receive + compare * cleanup + deduplication * sync route + operation grouping * tag assign sync * proper relation support in sync debug page * migration * separate core-sync + utils crates * separate p2p event loop from manager * cleanup library handling * clippy * feature gate sync messages properly * make migration not add required field
- Make sure to run
pnpm iif you make any change to thepackagemobile uses likeassets. - If iOS build fails with
node not founderror, runecho "export NODE_BINARY=$(command -v node)" >> .xcode.env.localonmobile/ios/directory. - If XCode can't find node, run
ln -s "$(which node)" /usr/local/bin/node