Files
by/config/app.rb

8 lines
111 B
Ruby

# frozen_string_literal: true
require "hanami"
module ClashDeckGenerator2
class App < Hanami::App
end
end