Add svg optimization on components migration process

This commit is contained in:
Andrey Antukh 2023-11-03 18:24:13 +01:00 committed by Andrés Moya
parent f92c6e5db4
commit 00afb841ac
8 changed files with 125 additions and 64 deletions

View file

@ -10,6 +10,7 @@
[app.auth.oidc :as-alias oidc]
[app.auth.oidc.providers :as-alias oidc.providers]
[app.common.logging :as l]
[app.common.svg :as csvg]
[app.config :as cf]
[app.db :as-alias db]
[app.email :as-alias email]
@ -412,6 +413,9 @@
;; module requires the migrations to run before initialize.
::migrations (ig/ref :app.migrations/migrations)}
::csvg/optimizer
{}
::audit.tasks/archive
{::props (ig/ref ::setup/props)
::db/pool (ig/ref ::db/pool)