class ViteRuby::Config

def within_root(&block)

Internal: Changes the current directory to the root dir.
def within_root(&block)
  Dir.chdir(File.expand_path(root), &block)
end