mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-04 13:26:00 -04:00
* Big bruh moment * whoops * Less stackoverflowy debug * stuff * Fix flawed P2P mDNS instance advertisements * do sync when connecting with peer * Sync after pairing * resync_part2 all the time * Invalidate all the things * Invalidate whole React Query on sync event * emit_messages_flag * emit_messages_flag * Backend feature flags + "emitSyncEvents" feature * Patch `confirm` type cause Tauri cringe * clippy * idk but plz work * bruh * Fix ComLink bug * remove log --------- Co-authored-by: Brendan Allan <brendonovich@outlook.com>
- 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