- Replace @vercel/postgres with standard pg library - Add Dockerfile for Next.js standalone build - Add tsconfig.json, postcss.config.js - Fix globals.css undefined tailwind utilities - Force dynamic rendering for DB-dependent pages - Add .dockerignore
8 lines
54 B
Plaintext
8 lines
54 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
*.md
|
|
backend
|
|
database
|
|
.github
|