# frozen_string_literal: true module ClashDeckGenerator2 class Settings < Hanami::Settings setting :database_url, constructor: Types::String end end