Обновить config/app.rb

This commit is contained in:
2026-03-03 16:59:28 +00:00
parent b1c3b657c2
commit 697d10e1d2

View File

@@ -4,5 +4,8 @@ require "hanami"
module ClashDeckGenerator2
class App < Hanami::App
config.provider_sources = [
:db
]
end
end