class ViteRuby

def commands

Internal: Helper to run commands related with Vite.
def commands
  @commands ||= ViteRuby::Commands.new(self)
end