Commit Graph

6 Commits

Author SHA1 Message Date
Bas van Rossem
64f8b2fd2c chore: remove legacy apps/mobile, apps/web, publisher and dead root config 2026-06-17 14:38:46 +02:00
Bas van Rossem
3f2c5f0179 chore(mobile): remove @expo/ngrok tunneling dependency
Dropped @expo/ngrok (and its 40 platform binary packages) from apps/mobile.
It was only used by `expo start --tunnel` (public dev-server tunnel) — never
imported in app code and unrelated to token storage (that is expo-secure-store).
Removed per IT request; no functional impact on the app or auth.
2026-06-17 14:25:28 +02:00
Bas van Rossem
62c8597068 feat(api): Hono backend skeleton with /health endpoint and test 2026-06-17 13:35:28 +02:00
Bas van Rossem
f83c9a6384 feat(shared): add @solelog/shared contracts package and wire packages/* workspace 2026-06-17 13:26:07 +02:00
Bas van Rossem
be280b4b29 chore: reconcile yarn.lock with package.json
The export shipped a lockfile out of sync with the manifest (lock had
expo 54.0.35 etc., package.json pins 54.0.34). yarn install reconciled
the lock down to the manifest versions.
2026-06-17 11:15:54 +02:00
Bas van Rossem
d94d0b188b Initial commit: code as received (Create/Anything export)
Insole-production time tracker exported from the Create/Anything AI
platform. Baseline snapshot before any reverse-engineering or cleanup.

- apps/mobile: Expo Router app (iOS/Android/web), the only workspace
- publisher/: standalone OpenNext/AWS deploy tooling for the web side
- Backend (/api/tasks, /api/logs + DB) lives remotely, not in this repo
2026-06-17 10:19:33 +02:00