Files
by/config/app.rb
2026-03-02 23:49:35 +05:00

9 lines
111 B
Ruby

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