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
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -139,6 +139,9 @@ jobs:
|
||||
|
||||
- name: Generate Prisma Client
|
||||
run: npm run db:generate
|
||||
env:
|
||||
# Use the same connection string we provide to the build step so Prisma can generate types
|
||||
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/mirrormatch?schema=public
|
||||
|
||||
- name: Build application
|
||||
run: npm run build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user