Add BMAD framework, authentication, and new features
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import { PrismaClient } from '@prisma/client'
|
||||
|
||||
const prismaClientSingleton = () => {
|
||||
return new PrismaClient()
|
||||
return new PrismaClient({
|
||||
datasources: {
|
||||
db: {
|
||||
url: process.env.DATABASE_URL || "file:D:/dev_new_pc/Keep/keep-notes/prisma/dev.db",
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
declare const globalThis: {
|
||||
|
||||
Reference in New Issue
Block a user