mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-28 02:18:01 -04:00
* sync no networkey * sync technically wired up * fix p2p endianness for sync payload * some sync debug stuff * feature gate message production * bump lockfile * execute queries when sync messages disabled --------- 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