summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-04-08 09:46:29 -0700
committercolin <colin@cicadas.surf>2023-04-08 09:46:29 -0700
commit480d638a45c62327d9e2280819e4dc46d295261c (patch)
tree3d00ccb0accde754d90c3bedc934904ca54409dc
parent82500b714351be2bd012eb46cb30bd1a0d98551f (diff)
indexing themes by package in startup
-rw-r--r--fussy.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fussy.lisp b/fussy.lisp
index 0bbf9ad..2fd64d2 100644
--- a/fussy.lisp
+++ b/fussy.lisp
@@ -324,6 +324,7 @@ that they are not loaded during image gen.")
:domain (domain *config*))))
(create-db)
(update-theme-packages)
+ (reindex-themes-by-package)
(lzb:install-app *server* (lzb:app 'fussy::fussy))
(lzb:start-server *server*))