class ViteRuby::Commands

def build(*args)

Public: Builds all assets that are managed by Vite, from the entrypoints.
def build(*args)
  builder.build(*args).tap { manifest.refresh }
end