Commit 9b94d78
perf: remove playwright/synpress from deps, fix Prisma binaryTargets for Vercel
- Remove @synthetixio/synpress (81MB), @playwright/test, playwright from devDeps
These are E2E tools that Vercel downloads but never uses during build
- Add binaryTargets = ['native', 'rhel-openssl-3.0.x'] to Prisma schema
Fixes PrismaClientInitializationError on Vercel's Linux serverless runtime (Next.js 16+)
- Add outputFileTracingIncludes for .prisma/client to prevent Next.js 16
file tracing from excluding Prisma query engine binaries
Co-Authored-By: AdaL <adal@sylph.ai>1 parent 1825bad commit 9b94d78
3 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | | - | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
0 commit comments