class ViteRuby

def run(argv, **options)

Internal: Executes the vite binary.
def run(argv, **options)
  (@runner ||= ViteRuby::Runner.new(self)).run(argv, **options)
end