mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 13:28:27 +02:00
Refactor configuration loading.
This commit is contained in:
parent
3092884525
commit
5a641e4629
12 changed files with 125 additions and 89 deletions
|
@ -24,7 +24,7 @@
|
|||
#'uxbox.config/secret
|
||||
#'uxbox.db/datasource
|
||||
#'uxbox.migrations/migrations
|
||||
#'uxbox.media/static-storage
|
||||
#'uxbox.media/assets-storage
|
||||
#'uxbox.media/media-storage
|
||||
#'uxbox.media/images-storage
|
||||
#'uxbox.media/thumbnails-storage})
|
||||
|
@ -53,7 +53,7 @@
|
|||
(next)
|
||||
(finally
|
||||
(st/clear! uxbox.media/media-storage)
|
||||
(st/clear! uxbox.media/static-storage))))))
|
||||
(st/clear! uxbox.media/assets-storage))))))
|
||||
|
||||
(defmacro await
|
||||
[expr]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue