diff options
author | colin <colin@cicadas.surf> | 2023-04-08 09:46:29 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-04-08 09:46:29 -0700 |
commit | 480d638a45c62327d9e2280819e4dc46d295261c (patch) | |
tree | 3d00ccb0accde754d90c3bedc934904ca54409dc /fussy.lisp | |
parent | 82500b714351be2bd012eb46cb30bd1a0d98551f (diff) |
indexing themes by package in startup
Diffstat (limited to 'fussy.lisp')
-rw-r--r-- | fussy.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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*)) |