Rocky_Mountain_Vending/.pnpm-store/v10/files/6a/b117da31ad1d691dbf8ae715ad29e6a33284fd4f1e504c8cbc5047c302ea79269a53f4f7bf764582ad15e8fc9a644c5e808767f4c48621515598e8af16de29
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
191 B
Text

// Only Node.JS has a process variable that is of [[Class]] process
export const isNode = Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) === '[object process]';