class ViteRuby::Builder

def last_build_path(ssr:)

Internal: The file path where metadata of the last build is stored.
def last_build_path(ssr:)
  config.build_cache_dir.join("last#{ '-ssr' if ssr }-build-#{ config.mode }.json")
end