Rocky_Mountain_Vending/.pnpm-store/v10/files/9f/45c70747e5d939f6c6b2cf66fd447a42ec1d668435f69afb5e0a8653b8ffd554e2bf5c08abc068a3fd347adb122ca564bd0ccfbcaf0ac45cf8022d634e5db0
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
No EOL
87 B
Text

declare function isInteger(argument: unknown): argument is number;
export = isInteger;