Skip to content

Commit

Permalink
wip new architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
kaumac committed Mar 28, 2024
1 parent abae392 commit 7bb4a7e
Show file tree
Hide file tree
Showing 88 changed files with 6 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion apps/tauri/tsconfig.json → apps/desktop/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"paths": {
"react-native": ["react-native-web"],
"app/*": ["../../packages/app/*"],
"@t4/api/*": ["../../packages/api/*"],
"@t4/ui/*": ["../../packages/ui/*"]
},
"allowJs": true,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/next/package.json → apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "cd ../.. && bun build && cd apps/next && next build",
"build": "cd ../.. && bun build && cd apps/web && next build",
"start": "next start",
"serve": "NODE_ENV=production next start --port 8151",
"lint": "next lint"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"packages/*"
],
"scripts": {
"native": "cd apps/expo && bun start",
"native": "cd apps/mobile && bun start",
"watch": "bun workspaces foreach -pi run watch",
"vercel:install": "bun set version 3.5 && bun install",
"web": "turbo dev --parallel --filter={imoblr-web,@t4/api}",
"web": "turbo dev --parallel --filter={imoblr-web,@my/ui}",
"web:extract": "DISABLE_EXTRACTION=false bun workspace imoblr-web dev",
"web:prod": "bun workspace imoblr-web build",
"web:prod:serve": "bun workspace imoblr-web serve",
Expand All @@ -19,8 +19,8 @@
"upgrade:tamagui": "bun up '*tamagui*'@latest '@tamagui/*'@latest react-native-web-lite@latest",
"upgrade:tamagui:canary": "bun up '*tamagui*'@canary '@tamagui/*'@canary react-native-web-lite@canary",
"check-deps": "check-dependency-version-consistency .",
"desktop": "cd apps/tauri && bun dev",
"build:desktop": "cd apps/tauri && bun run build"
"desktop": "cd apps/desktop && bun dev",
"build:desktop": "cd apps/desktop && bun run build"
},
"resolutions": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"build": "tamagui-build --skip-types",
"watch": "tamagui-build --skip-types --watch"
"dev": "tamagui-build --skip-types --watch"
},
"dependencies": {
"@my/config": "0.0.1",
Expand Down

0 comments on commit 7bb4a7e

Please sign in to comment.