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

Merged
ilia merged 51 commits from dev into main 2026-01-05 19:42:46 -05:00
2 changed files with 0 additions and 7 deletions
Showing only changes of commit 24889c0373 - Show all commits

View File

@ -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
View File

@ -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';
}