Brings full Postgres + api + web compose setup so the app can run on any machine with just Docker, instead of requiring a host PostgreSQL install. Includes a one-shot migrate service that pushes the Drizzle schema before the API starts. Web image serves the Vite build via nginx and proxies /api/* to the api-server. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
12 lines
112 B
Plaintext
12 lines
112 B
Plaintext
**/node_modules
|
|
**/dist
|
|
**/.cache
|
|
**/.local
|
|
**/*.tsbuildinfo
|
|
.git
|
|
.replit
|
|
.replitignore
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|