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

10 lines
232 B
Ruby

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