fix: 3 erros React — next/script p/ tema, 'use client' Footer+donate, remover metadata incompatível

This commit is contained in:
2026-05-27 11:05:30 +01:00
parent c9f4faf0a7
commit 7be9d5131f
8 changed files with 52 additions and 28 deletions

View File

@@ -1,8 +1,9 @@
// prisma/schema.prisma
generator client {
provider = "prisma-client-js"
output = "../node_modules/.prisma/client"
provider = "prisma-client-js"
output = "../node_modules/.prisma/client"
engineType = "binary"
}
datasource db {