# frozen_string_literal: true require "hanami" module ClashDeckGenerator2 class App < Hanami::App config.providers = [:db] end end