Inbestigator
Inbestigator
DDeno
Created by Sun「無用」 on 12/30/2024 in #help
Prisma in deno
--no-engine or whatever the arg is
20 replies
DDeno
Created by Sun「無用」 on 12/30/2024 in #help
Prisma in deno
bc I had to get Prisma working on a project
20 replies
DDeno
Created by Sun「無用」 on 12/30/2024 in #help
Prisma in deno
and in schema.prisma
generator client {
provider = "prisma-client-js"
previewFeatures = ["deno"]
output = "../generated/client"
}
generator client {
provider = "prisma-client-js"
previewFeatures = ["deno"]
output = "../generated/client"
}
20 replies
DDeno
Created by Sun「無用」 on 12/30/2024 in #help
Prisma in deno
Works when you add
{
"nodeModulesDir": "auto",
}
{
"nodeModulesDir": "auto",
}
You'll now have a node_modules, but it prevents Prisma from yelling at you
20 replies
DDeno
Created by Inbestigator on 10/26/2024 in #help
Importing React causes linting issues
Current workaround is just to call React.version; (Obviously not a desirable solution)
2 replies