The Docker build was failing because drizzle/ was in .gitignore, so migration files (meta/_journal.json) were never committed. Generated initial migration from schema. Co-authored-by: Shelley <shelley@exe.dev>
9 lines
72 B
Text
9 lines
72 B
Text
.claude
|
|
node_modules
|
|
.next
|
|
dist
|
|
build
|
|
*.log
|
|
.env*.local
|
|
.DS_Store
|
|
data/
|