Skip to content

Commit 2509728

Browse files
authored
Merge pull request #64 from codervisor/develop
Develop
2 parents a7bcfa4 + 92e7aa2 commit 2509728

File tree

375 files changed

+64059
-5722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+64059
-5722
lines changed

.devlog/devlog.sqlite

Whitespace-only changes.

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
# PostgreSQL (recommended for production/Vercel)
1414
POSTGRES_URL="postgresql://username:password@host:5432/database"
1515

16+
# Prisma DATABASE_URL (used by Prisma Client)
17+
# This should match your main database configuration
18+
DATABASE_URL="postgresql://username:password@host:5432/database"
19+
1620
# PostgreSQL individual parameters (alternative to connection string)
1721
# POSTGRES_HOST="localhost"
1822
# POSTGRES_PORT="5432"

.github/copilot-instructions.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)