Fix shared components

This commit is contained in:
2024-02-18 19:41:17 +11:00
parent cfa0184086
commit 05518214fa
2 changed files with 8 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ module Adamantium
config.logger.stream = "log/hanami.log"
config.shared_app_component_keys += [
"clients.omdb",
"clients.blue_sky",
"clients.mastodon",
"geo.gpx_parser",
"param_parser.micropub_post",
"param_parser.webmention",
"post_utilities.slugify",