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
17 lines
483 B
YAML
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
|