class ViteRuby::Config
def load_ruby_config
def load_ruby_config rb_config_path = File.expand_path(config_path.sub(/.json$/, ".rb"), root) load rb_config_path if File.exist?(rb_config_path) end
def load_ruby_config rb_config_path = File.expand_path(config_path.sub(/.json$/, ".rb"), root) load rb_config_path if File.exist?(rb_config_path) end