mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-03 21:05:00 -04:00
* fix: wait until libraries have loaded before checking the count * fix: include new core version in lockfile * fix: moved value * fix: check the `libraries/` data dir manually * Clear localstorage via localStoarge.clear() (#2040) only clear localstorage in desktop using js --------- 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