Rocky_Mountain_Vending/.pnpm-store/v10/files/cb/aa995999955dbfdddb4a827f61798776830c2b2a623eb68b91ab021b7fe02a2914bac649f2e61491171abd8b2e5cf1167bc758b332f06e1e029b16d7f40615
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

6 lines
320 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCrc32ChecksumAlgorithmFunction = void 0;
const crc32_1 = require("@aws-crypto/crc32");
const getCrc32ChecksumAlgorithmFunction = () => crc32_1.AwsCrc32;
exports.getCrc32ChecksumAlgorithmFunction = getCrc32ChecksumAlgorithmFunction;