class ViteRuby::Manifest

def should_build?

won't focus on the frontend, or when running the Vite server is not desired.
NOTE: Auto compilation is convenient when running tests, when the developer
def should_build?
  config.auto_build && !dev_server_running?
end