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
This commit is contained in:
16
.yarnrc.yml
Normal file
16
.yarnrc.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user