Rocky_Mountain_Vending/.pnpm-store/v10/files/b6/065d9a873fa6377f9444e40ffb34cccbe5f533fa7b45430228486f5ca4f77b1ef3b92111af507bd19978eab058357f4732af16d4467196c1a30f22ca761cfc
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

4 lines
No EOL
98 B
Text

/**
* returns true if the current environment is NodeJS
*/
export declare const isNode: boolean;