This MR fixes critical authentication issues that prevented login on localhost and improves the developer experience with consolidated rebuild scripts and a working help modal keyboard shortcut. #5
@ -3,7 +3,6 @@
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
output = "../node_modules/@prisma/client/.prisma/client"
|
||||
}
|
||||
|
||||
datasource db {
|
||||
|
||||
6
types/prisma.d.ts
vendored
6
types/prisma.d.ts
vendored
@ -1,6 +0,0 @@
|
||||
// Fallback typings for CI environments where Prisma's generated
|
||||
// module resolution can be finicky under `moduleResolution: bundler`.
|
||||
declare module '@prisma/client' {
|
||||
export * from '@prisma/client/.prisma/client';
|
||||
export { PrismaClient } from '@prisma/client/.prisma/client';
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user