From 697d10e1d293da55ed6c60e63557d9b4696c3836 Mon Sep 17 00:00:00 2001 From: Crimson Date: Tue, 3 Mar 2026 16:59:28 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20config/app.rb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/app.rb b/config/app.rb index 0553c60..5b2294f 100644 --- a/config/app.rb +++ b/config/app.rb @@ -4,5 +4,8 @@ require "hanami" module ClashDeckGenerator2 class App < Hanami::App + config.provider_sources = [ + :db + ] end end