Files
solelog/.yarnrc.yml
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

17 lines
483 B
YAML

nodeLinker: node-modules
nmMode: hardlinks-global
# These peer dep warnings are from upstream packages with stale ranges that
# work fine with our versions. @lshay/ui declares react 18 / tailwindcss 3
# but works with 19 / 4; expo-three uses old expo SDK ranges;
# @expo/cli still requests the deprecated @types/react-native.
logFilters:
- code: YN0060
level: discard
- code: YN0002
level: discard
- code: YN0068
level: discard
- code: YN0086
level: discard