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
Error starting Prisma Client: {
"message": "\nYou don't have any models defined in your schema.prisma, so nothing will be generated.\nYou can define a model like this:\n\nmodel User {\n id Int @id@default(autoincrement())\n email String @unique\n name String?\n}\n\nMore information in our documentation:\nhttps://pris.ly/d/prisma-schema\n",
"stack": "\nYou don't have any models defined in your schema.prisma, so nothing will be generated.\nYou can define a model like this:\n\nmodel User {\n id Int @id@default(autoincrement())\n email String @unique\n name String?\n}\n\nMore information in our documentation:\nhttps://pris.ly/d/prisma-schema\n"
}
@http://127.0.0.1:5555/assets/index.js:1:82970
The text was updated successfully, but these errors were encountered:
Error starting Prisma Client: {
"message": "\nYou don't have any models defined in your schema.prisma, so nothing will be generated.\nYou can define a model like this:\n\nmodel User {\n id Int @id @default(autoincrement())\n email String @unique\n name String?\n}\n\nMore information in our documentation:\nhttps://pris.ly/d/prisma-schema\n",
"stack": "\nYou don't have any models defined in your schema.prisma, so nothing will be generated.\nYou can define a model like this:\n\nmodel User {\n id Int @id @default(autoincrement())\n email String @unique\n name String?\n}\n\nMore information in our documentation:\nhttps://pris.ly/d/prisma-schema\n"
}
@http://127.0.0.1:5555/assets/index.js:1:82970
The text was updated successfully, but these errors were encountered: