mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 12:11:38 +02:00
🐛 Add missing ref-deps on fixtures cli.
This commit is contained in:
parent
8aedb0b881
commit
63cc6aecaf
1 changed files with 2 additions and 0 deletions
|
@ -228,7 +228,9 @@
|
||||||
[{:keys [preset] :or {preset :small}}]
|
[{:keys [preset] :or {preset :small}}]
|
||||||
(let [config (select-keys (main/build-system-config cfg/config)
|
(let [config (select-keys (main/build-system-config cfg/config)
|
||||||
[:app.db/pool
|
[:app.db/pool
|
||||||
|
:app.telemetry/migrations
|
||||||
:app.migrations/migrations
|
:app.migrations/migrations
|
||||||
|
:app.migrations/all
|
||||||
:app.metrics/metrics])
|
:app.metrics/metrics])
|
||||||
_ (ig/load-namespaces config)
|
_ (ig/load-namespaces config)
|
||||||
system (-> (ig/prep config)
|
system (-> (ig/prep config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue