mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 17:21:17 -05: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}}]
|
||||
(let [config (select-keys (main/build-system-config cfg/config)
|
||||
[:app.db/pool
|
||||
:app.telemetry/migrations
|
||||
:app.migrations/migrations
|
||||
:app.migrations/all
|
||||
:app.metrics/metrics])
|
||||
_ (ig/load-namespaces config)
|
||||
system (-> (ig/prep config)
|
||||
|
|
Loading…
Add table
Reference in a new issue