Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/efa4465e0cae7d7caed38bda82a1e03e315f8cb358d62fe62662020f919887b7f990fe9f1211c07bdee73a74771d55c97d85b171a820acd54c54a3eac64b42
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

2 lines
113 B
Text

export declare const setNonce: (nonce: string) => void;
export declare const getNonce: () => string | undefined;