Rocky_Mountain_Vending/.pnpm-store/v10/files/60/c782aeb972a792d50eca211e1ebd90bc103e65f8cce4578ab29d42b19b1dc22c2bd58d01f93d2c6ba3b7df2432a60f1ecce9cfcadac94cec2359563e7bcdca
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

3 lines
189 B
Text

import { ChecksumAlgorithm } from "./constants";
export declare const CLIENT_SUPPORTED_ALGORITHMS: ChecksumAlgorithm[];
export declare const PRIORITY_ORDER_ALGORITHMS: ChecksumAlgorithm[];