chore(backend): make dev deploy frontend-callable

This commit is contained in:
zouantchaw
2026-02-24 09:09:08 -05:00
parent 1876441a12
commit d3aec0da0b
2 changed files with 5 additions and 2 deletions

View File

@@ -10,3 +10,4 @@
| 2026-02-24 | 0.1.5 | Added backend makefile module and CI workflow for backend target validation. |
| 2026-02-24 | 0.1.6 | Added Cloud SQL-backed idempotency storage, migration script, and command API test coverage. |
| 2026-02-24 | 0.1.7 | Added `/health` endpoints and switched smoke checks to `/health` for Cloud Run compatibility. |
| 2026-02-24 | 0.1.8 | Enabled dev frontend reachability and made deploy auth mode environment-aware (`dev` public, `staging` private). |