class ViteRuby::Config

def protocol

def protocol
  https ? "https" : "http"
end