mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-19 13:55:40 -04:00
* ffs * typo * yeet library data over p2p * fix a bunch of edge cases * report complete status on responder * better log * fix types * mobile debug screen * mobile + P2P is a mess * feature flag mobile p2p pairing * wrong one --------- 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