class ViteRuby

def reload_with(**config_options)

Internal: Creates a new instance with the specified options.
def reload_with(**config_options)
  @instance = new(**config_options)
end