feat(presentation): NatsEventPublisher with no-op fallback when NATS_URL unset

This commit is contained in:
2026-05-14 10:00:39 +02:00
parent 2e702c64cc
commit 3318635da6
3 changed files with 26 additions and 11 deletions

View File

@@ -14,6 +14,8 @@ api-types = { workspace = true }
postgres = { workspace = true }
postgres-search = { workspace = true }
auth = { workspace = true }
nats = { workspace = true }
async-nats = { workspace = true }
axum = { workspace = true }
sqlx = { workspace = true }
tower-http = { workspace = true }