- prebuild: generate native ios/ and android/ projects - prebuild:clean: regenerate from scratch - run:ios / run:android: build and run locally with Xcode/Gradle - Add ios/ and android/ to .gitignore (CNG-generated) Allows building locally without EAS credits: pnpm --filter @trails-cool/mobile prebuild pnpm --filter @trails-cool/mobile run:ios Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
546 B
YAML
26 lines
546 B
YAML
packages:
|
|
- "apps/*"
|
|
- "packages/*"
|
|
|
|
catalog:
|
|
react: ^19.2.5
|
|
react-dom: ^19.2.5
|
|
react-router: ^7.14.0
|
|
"@react-router/dev": ^7.14.0
|
|
"@react-router/node": ^7.14.0
|
|
"@react-router/serve": ^7.14.0
|
|
"@types/react": ^19.2.14
|
|
"@types/react-dom": ^19.2.3
|
|
tailwindcss: ^4.2.2
|
|
"@tailwindcss/vite": ^4.2.2
|
|
typescript: ^5.8.3
|
|
vite: ^8.0.8
|
|
drizzle-orm: ^0.45.2
|
|
drizzle-kit: ^0.31.10
|
|
drizzle-postgis: ^1.1.1
|
|
"@sentry/node": ^10.48.0
|
|
"@sentry/react": ^10.48.0
|
|
postgres: ^3.4.9
|
|
"@types/node": ^22.0.0
|
|
|
|
nodeLinker: hoisted
|