NeonClary
Replace single-image compose with hot-reload compose as default; remove docker-compose.dev.yml
924b70f | # Hot-reload stack: Mongo + uvicorn --reload + Vite — http://localhost:5173 | |
| Set-Location (Join-Path $PSScriptRoot '..') | |
| if ($args.Count -eq 0) { | |
| docker compose up --build | |
| } else { | |
| docker compose @args | |
| } | |