App 1:
App 2:
.env
-0
+11
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
.env.example
-0
+1
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/components/header.tsx
-6
+13
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/components/product-card.tsx
-0
+54
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/db.server.ts
-0
+9
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/domain/brand.server.ts
-0
+9
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/domain/category.server.ts
-0
+16
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/domain/products.server.ts
-0
+99
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing._index/categories-section.tsx
-47
+45
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing._index/featured-products.section.tsx
-44
+56
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing._index/route.tsx
-16
+36
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing.about.tsx
-4
+20
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing.cart.tsx
-5
+21
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing.contact.tsx
-5
+21
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing.products.$productId.tsx
-135
+164
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing.products._index.tsx -> app/routes/_landing.products._index/route.tsx
-123
+159
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing.products.tsx
-9
+0
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing.terms-of-service.tsx
-4
+20
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
app/routes/_landing.terms-of-use.tsx
-4
+20
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
data/products.ts
-206
+51
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
package.json
-37
+50
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
prisma/migrations/20251002111449_init_project/migration.sql
-0
+67
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
prisma/migrations/20251003085813_add_comments_to_product_review/migration.sql
-0
+2
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
prisma/migrations/20251004101747_add_category_images_to_categories/migration.sql
-0
+22
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
prisma/migrations/migration_lock.toml
-0
+3
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
prisma/schema.prisma
-0
+86
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
prisma/seed.ts
-0
+156
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
prisma.config.ts
-0
+13
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2
tests/e2e/routing.test.ts
-13
+4
App 1
Copy app 2 file to app 1 (Option+Command to sync without opening)
Copy app 1 file to app 2 (Option+Command to sync without opening)
App 2