class ViteRuby::CLI::Install

def root

Internal: The root path for the Ruby application.
def root
  @root ||= silent_warnings { config.root }
end