Commit 36490ea
Exclude mobile/ from Next.js typecheck and ESLint
The mobile/ directory (Expo project) was being included in the Next.js
build and ESLint on Vercel, causing build failures due to missing Expo
dependencies. Add mobile/ to tsconfig exclude and eslint ignores.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7ee3cb1 commit 36490ea
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments