# frozen_string_literal: true require_relative 'store/memory_store' require_relative 'store/cdn_adapter' # required dynamically if they select the 'postgres' store option # require_relative 'store/postgres_store'