class ViteRuby::Builder

def last_build_path

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