Files
by/config/app.rb

10 lines
141 B
Ruby

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