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>
10 lines
290 B
Text
10 lines
290 B
Text
import { s as serialize } from './shared/ohash.D__AXeF1.mjs';
|
|
export { i as isEqual } from './shared/ohash.D__AXeF1.mjs';
|
|
import { digest } from 'ohash/crypto';
|
|
export { digest } from 'ohash/crypto';
|
|
|
|
function hash(input) {
|
|
return digest(serialize(input));
|
|
}
|
|
|
|
export { hash, serialize };
|