1b028dc484
Was accidentally excluded from .dockerignore, causing migrate deploy to find no migration files and skip all schema creation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
154 B
Plaintext
14 lines
154 B
Plaintext
.git
|
|
.gitignore
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
node_modules
|
|
.next
|
|
src/generated
|
|
*.md
|
|
docker-compose.yml
|
|
docker-compose.prod.yml
|
|
Dockerfile
|
|
.dockerignore
|