From 480d638a45c62327d9e2280819e4dc46d295261c Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 8 Apr 2023 09:46:29 -0700 Subject: indexing themes by package in startup --- fussy.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'fussy.lisp') 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*)) -- cgit v1.2.3