mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 23:18:06 -04:00
* `non_indexed::walk` as `impl Stream` * wip * this is gooooood * savepoint * remove * Batched stream * `unsafe_streamed_query` * nightmare nightmare nightmare nightmare nightmare nightmare * JS Mutex * cleanup * proper error handling * myCode satisfies Typescript * Move to npm fork of rspc * fixes * rspc more crashy crashy * Typescript is very disappointed
- 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