class ViteRuby::Config

def host_with_port

def host_with_port
  "#{host}:#{port}"
end