/**
 * catalog/vendor/deals — re-export shim.
 *
 * Vendor API routes import from here instead of db/queries/deals directly.
 * Keeps the catalog layer as the public interface; query layer stays internal.
 */
export * from '@/server/db/queries/deals.js';
