class ViteRuby::CLI::Dev

def call(**options)

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