class ViteRuby::Config

def initialize(attrs)

def initialize(attrs)
  @config = attrs.tap { |config| coerce_values(config) }.freeze
end