./src/server/db.ts:18:5
Type error: Type 'PrismaPlanetScale' is not assignable to type 'never'.
16 | log:
17 | env.NODE_ENV === "development" ? ["query", "error", "warn"] : ["error"],
> 18 | adapter: new PrismaPlanetScale(client),
| ^
19 | });
20 |
21 | if (env.NODE_ENV !== "production") globalForPrisma.prisma = db;
Error: Command "npm run build" exited with 1
./src/server/db.ts:18:5
Type error: Type 'PrismaPlanetScale' is not assignable to type 'never'.
16 | log:
17 | env.NODE_ENV === "development" ? ["query", "error", "warn"] : ["error"],
> 18 | adapter: new PrismaPlanetScale(client),
| ^
19 | });
20 |
21 | if (env.NODE_ENV !== "production") globalForPrisma.prisma = db;
Error: Command "npm run build" exited with 1