Rocky_Mountain_Vending/.pnpm-store/v10/files/bb/0c7c099698af23d1603754f122b221c78f86764920a96eef25f370936f6c66a542a39bcbb15c443a1fa4034c3ee0a45924a5ee7b62d16d17f3d8b000851b26
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
135 B
Text

export type Primitive = string | number | symbol | bigint | boolean | null | undefined;
export type Scalars = Primitive | Primitive[];