Rocky_Mountain_Vending/.pnpm-store/v10/files/12/2bb168a849e9b6955ad971d3e3707d234c8e2873fec1123cfec503e3066902f15284a263ebaf5ecbb418a7ffdd5f136a14d3f843eeb18017cff3498fee0f4c
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
101 B
Text

declare const IS_LINUX: boolean;
declare const IS_WINDOWS: boolean;
export { IS_LINUX, IS_WINDOWS };