You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
rafael@pop-os:~$ yarn build
yarn run v1.22.19
warning ../../../package.json: No license field
$ npm-run-all build:schema build:next
Prisma schema loaded from prisma/schema.prisma
✔ Generated Prisma Client (v5.6.0-dev.56) to ./node_modules/@prisma/client in 98ms
Start using Prisma Client in Node.js (See: https://pris.ly/d/client)
or start using Prisma Client at the edge (See: https://pris.ly/d/accelerate)
See other ways of importing Prisma Client: http://pris.ly/d/importing-client
info - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5
Failed to compile.
./node_modules/@prisma/client/runtime/library.d.ts:1305:35
Type error: '?' expected.
1303 |
1304 | export declare type GetFindResult<P extends OperationPayload, A> = Equals<A, any> extends 1 ? DefaultSelection
: A extends {
The text was updated successfully, but these errors were encountered: