merge projects, signals, and mobile UI

This commit is contained in:
sai karthik
2026-07-24 00:28:42 +05:30
50 changed files with 3500 additions and 468 deletions

View File

@@ -7,7 +7,7 @@
"dev": "react-router dev",
"dev:tailscale": "react-router dev --host 0.0.0.0",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
"check-types": "react-router typegen && tsc --noEmit"
},
"dependencies": {
"@code/auth": "workspace:*",
@@ -40,7 +40,6 @@
"tailwindcss": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "catalog:",
"vite-tsconfig-paths": "^6.1.1"
"vitest": "catalog:"
}
}