chore: SQLite verwijderd — alleen PostgreSQL via Neon
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ffe3815598
commit
b541379964
10 changed files with 26 additions and 811 deletions
|
|
@ -55,7 +55,7 @@ Tailwind CSS + shadcn/ui
|
|||
MD3 kleurensysteem via app/styles/theme.css
|
||||
Zustand (client state)
|
||||
dnd-kit (drag-and-drop)
|
||||
Prisma v7 + PostgreSQL (Neon) | SQLite (lokaal)
|
||||
Prisma v7 + PostgreSQL (Neon)
|
||||
iron-session (auth cookies)
|
||||
bcryptjs + Zod + Sonner
|
||||
```
|
||||
|
|
@ -87,7 +87,7 @@ Lees het relevante patroon vóór je begint. Nooit uit het hoofd schrijven.
|
|||
## Env vars
|
||||
|
||||
```bash
|
||||
DATABASE_URL="" # postgresql://... of file:./dev.db
|
||||
DATABASE_URL="" # postgresql://...
|
||||
DIRECT_URL="" # alleen bij Neon/cloud
|
||||
SESSION_SECRET="" # openssl rand -base64 32
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue