Files
by/config/settings.rb
2026-03-03 21:42:51 +05:00

10 lines
233 B
Ruby

# frozen_string_literal: true
module ClashDeckGenerator2
class Settings < Hanami::Settings
# Define your app settings here, for example:
#
# setting :my_flag, default: false, constructor: Types::Params::Bool
end
end