mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 19:06:41 +02:00
feat(reader): integrate reader app into monorepo structure
- Restructure to apps/reader/apps/mobile/ pattern - Rename package to @reader/mobile - Add reader:dev and dev:reader:mobile scripts - Update CLAUDE.md with monorepo commands - Remove standalone .git repository - Convert from npm to pnpm 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5b1e12e5d6
commit
58a342b407
82 changed files with 9831 additions and 7 deletions
40
apps/reader/.gitignore
vendored
Normal file
40
apps/reader/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
web-build/
|
||||
|
||||
# Expo
|
||||
.expo/
|
||||
expo-env.d.ts
|
||||
|
||||
# React Native (generated via expo prebuild)
|
||||
ios/
|
||||
android/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
|
||||
# Debug
|
||||
npm-debug.*
|
||||
*.log
|
||||
|
||||
# Certificates & Keys
|
||||
*.jks
|
||||
*.p8
|
||||
*.p12
|
||||
*.key
|
||||
*.mobileprovision
|
||||
*.orig.*
|
||||
|
||||
# Metro
|
||||
.metro-health-check*
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue