mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 07:28:43 -04:00
Fix eslint warning - Fix some subdependencies requiring an older @typescript-eslint/parser version that is incompatible with the current version of typescript - Add react-router and react-router-dom version lock to ensure pnpm doesn't download a version incompatible with our patched @remix/router - Add version lock to @remix-run/router to avoid incompatibilities with our patched version
- 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 - To view the logs from the Spacedrive Core API, run
xcrun simctl launch --console booted com.spacedrive.appwith the app built in debug mode. - If Rive Assets have been updated, run
pnpm mobile prebuildto import the latest version of the.rivfiles into the project.