class ViteRuby::Commands
def build_from_task(*args)
def build_from_task(*args) with_node_env(ENV.fetch('NODE_ENV', 'production')) { ensure_log_goes_to_stdout { build(*args) || exit! } } end
def build_from_task(*args) with_node_env(ENV.fetch('NODE_ENV', 'production')) { ensure_log_goes_to_stdout { build(*args) || exit! } } end