Files
by/config/app.rb

12 lines
160 B
Ruby

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