trying to make the pipeline builds work, desperately.

This commit is contained in:
2026-03-20 20:15:44 -05:00
parent 1c16f65476
commit 5a18c73572
13 changed files with 497 additions and 26 deletions

View File

@@ -425,10 +425,6 @@ docker builder prune -a
docker compose build --no-cache
```
**SQLx compile-time verification fails:**
- Ensure `.sqlx/` directory is present
- Regenerate with `cargo sqlx prepare` if needed
### Runtime Issues
**Service won't start:**