class ViteRuby::CLI::Build

def call(**options)

def call(**options)
  super { |args| ViteRuby.commands.build_from_task(*args) }
end